pub type SpInitializeFn = Option<unsafe extern "system" fn(packageid: usize, parameters: *const SECPKG_PARAMETERS, functiontable: *const LSA_SECPKG_FUNCTION_TABLE) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_Credentials", "Win32_System_Threading"

Aliased Type§

enum SpInitializeFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: *const SECPKG_PARAMETERS, _: *const LSA_SECPKG_FUNCTION_TABLE) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.