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