Type Alias pCryptSIPRemoveSignedDataMsg
pub type pCryptSIPRemoveSignedDataMsg = Option<unsafe extern "system" fn(psubjectinfo: *mut SIP_SUBJECTINFO, dwindex: u32) -> BOOL>;Aliased Type§
pub enum pCryptSIPRemoveSignedDataMsg {
None,
Some(unsafe extern "system" fn(*mut SIP_SUBJECTINFO, u32) -> BOOL),
}