Type Alias CSSM_UPCALLS_REALLOC

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.