Type Alias windows::Win32::Security::Authentication::Identity::IMPORT_SECURITY_CONTEXT_FN_A
pub type IMPORT_SECURITY_CONTEXT_FN_A = Option<unsafe extern "system" fn(param0: *mut i8, param1: *mut SecBuffer, param2: *mut c_void, param3: *mut SecHandle) -> HRESULT>;
Aliased Type§
enum IMPORT_SECURITY_CONTEXT_FN_A {
None,
Some(unsafe extern "system" fn(_: *mut i8, _: *mut SecBuffer, _: *mut c_void, _: *mut SecHandle) -> HRESULT),
}