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