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