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