Type Alias windows::Win32::Security::Authentication::Identity::INIT_SECURITY_INTERFACE_W
pub type INIT_SECURITY_INTERFACE_W = Option<unsafe extern "system" fn() -> *mut SecurityFunctionTableW>;
Aliased Type§
enum INIT_SECURITY_INTERFACE_W {
None,
Some(unsafe extern "system" fn() -> *mut SecurityFunctionTableW),
}
Variants§
None
No value.
Some(unsafe extern "system" fn() -> *mut SecurityFunctionTableW)
Some value of type T
.