pub type pCryptSIPGetSealedDigest = Option<unsafe extern "system" fn(psubjectinfo: *const SIP_SUBJECTINFO, psig: *const u8, dwsig: u32, pbdigest: *mut u8, pcbdigest: *mut u32) -> BOOL>;
Expand description

Required features: "Win32_Foundation", "Win32_Security_Cryptography_Catalog"

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.