Skip to main content

CFAllocatorRetainCallBack

Type Alias CFAllocatorRetainCallBack 

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

Apple SDK type alias CFAllocatorRetainCallBack.

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.