pub type CSSM_FREE = Option<unsafe extern "C-unwind" fn(*mut c_void, *mut c_void)>;
Available on crate feature
cssmtype
only.Expand description
Aliased Type§
pub enum CSSM_FREE {
None,
Some(unsafe extern "C-unwind" fn(*mut c_void, *mut c_void)),
}