CFAllocatorReleaseCallBack

Type Alias CFAllocatorReleaseCallBack 

Source
pub type CFAllocatorReleaseCallBack = Option<unsafe extern "C-unwind" fn(*const c_void)>;
Expand description

Aliased Type§

pub enum CFAllocatorReleaseCallBack {
    None,
    Some(unsafe extern "C-unwind" fn(*const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*const c_void))

Some value of type T.