pub type pCryptSIPGetCaps = Option<unsafe extern "system" fn(psubjinfo: *const SIP_SUBJECTINFO, pcaps: *mut SIP_CAP_SET_V3) -> BOOL>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_Cryptography_Catalog"

Aliased Type§

enum pCryptSIPGetCaps {
    None,
    Some(unsafe extern "system" fn(_: *const SIP_SUBJECTINFO, _: *mut SIP_CAP_SET_V3) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const SIP_SUBJECTINFO, _: *mut SIP_CAP_SET_V3) -> i32)

Some value of type T.