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

pub type KspInitContextFn = Option<unsafe extern "system" fn(contextid: usize, contextdata: *const SecBuffer, newcontextid: *mut usize) -> NTSTATUS>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.