pub type CSSM_CALLBACK = Option<unsafe extern "C-unwind" fn(CSSM_DATA_PTR, *mut c_void) -> CSSM_RETURN>;👎Deprecated
Available on crate features
SecAsn1Types and cssmconfig and cssmtype only.Expand description
Aliased Type§
pub enum CSSM_CALLBACK {
None,
Some(unsafe extern "C-unwind" fn(*mut cssm_data, *mut c_void) -> i32),
}