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

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.