QUERY_SECURITY_PACKAGE_INFO_FN_W

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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut u16, *mut *mut SecPkgInfoW) -> HRESULT)

Some value of type T.