Type Alias windows::Win32::Security::Authentication::Identity::ENUMERATE_SECURITY_PACKAGES_FN_W
pub type ENUMERATE_SECURITY_PACKAGES_FN_W = Option<unsafe extern "system" fn(param0: *mut u32, param1: *mut *mut SecPkgInfoW) -> HRESULT>;
Aliased Type§
enum ENUMERATE_SECURITY_PACKAGES_FN_W {
None,
Some(unsafe extern "system" fn(_: *mut u32, _: *mut *mut SecPkgInfoW) -> HRESULT),
}