Type Alias pCryptSIPVerifyIndirectData
pub type pCryptSIPVerifyIndirectData = Option<unsafe extern "system" fn(psubjectinfo: *mut SIP_SUBJECTINFO, pindirectdata: *mut SIP_INDIRECT_DATA) -> BOOL>;Aliased Type§
pub enum pCryptSIPVerifyIndirectData {
None,
Some(unsafe extern "system" fn(*mut SIP_SUBJECTINFO, *mut SIP_INDIRECT_DATA) -> BOOL),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut SIP_SUBJECTINFO, *mut SIP_INDIRECT_DATA) -> BOOL)
Some value of type T.