pub type INIT_SECURITY_INTERFACE_W = Option<unsafe extern "system" fn() -> *mut SecurityFunctionTableW>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_Credentials"

Aliased Type§

enum INIT_SECURITY_INTERFACE_W {
    None,
    Some(unsafe extern "system" fn() -> *mut SecurityFunctionTableW),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn() -> *mut SecurityFunctionTableW)

Some value of type T.