Type Alias CSSM_MALLOC

Source
pub type CSSM_MALLOC = Option<unsafe extern "C-unwind" fn(CSSM_SIZE, *mut c_void) -> *mut c_void>;
Available on crate features cssmconfig and cssmtype only.
Expand description

Aliased Type§

enum CSSM_MALLOC {
    None,
    Some(unsafe extern "C-unwind" fn(_: usize, _: *mut c_void) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(_: usize, _: *mut c_void) -> *mut c_void)

Some value of type T.