Type Alias 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§
pub enum QUERY_SECURITY_PACKAGE_INFO_FN_W {
None,
Some(unsafe extern "system" fn(*mut u16, *mut *mut SecPkgInfoW) -> HRESULT),
}