Type Alias windows::Win32::Security::Authentication::Identity::SpDeleteContextFn
pub type SpDeleteContextFn = Option<unsafe extern "system" fn(contexthandle: usize) -> NTSTATUS>;
Aliased Type§
enum SpDeleteContextFn {
None,
Some(unsafe extern "system" fn(_: usize) -> NTSTATUS),
}