Type Alias windows::Win32::Security::Authentication::Identity::KspMapHandleFn

pub type KspMapHandleFn = Option<unsafe extern "system" fn(contextid: usize, lsacontextid: *mut usize) -> NTSTATUS>;

Aliased Type§

enum KspMapHandleFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: *mut usize) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.