Type Alias pCryptSIPGetSealedDigest

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

Aliased Type§

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

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) -> BOOL)

Some value of type T.