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

Required features: "Win32_Foundation"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.