pub type SpGetCredUIContextFn = Option<unsafe extern "system" fn(contexthandle: usize, credtype: *const GUID, flatcreduicontextlength: *mut u32, flatcreduicontext: *mut *mut u8) -> NTSTATUS>;

Aliased Type§

enum SpGetCredUIContextFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: *const GUID, _: *mut u32, _: *mut *mut u8) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: *const GUID, _: *mut u32, _: *mut *mut u8) -> NTSTATUS)

Some value of type T.