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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const SECPKG_KERNEL_FUNCTIONS) -> NTSTATUS)

Some value of type T.