pub type KspInitPackageFn = Option<unsafe extern "system" fn(functiontable: *const SECPKG_KERNEL_FUNCTIONS) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation", "Win32_System_Kernel"

Aliased Type§

enum KspInitPackageFn {
    None,
    Some(unsafe extern "system" fn(_: *const SECPKG_KERNEL_FUNCTIONS) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.