Skip to main content

CFArrayRetainCallBack

Type Alias CFArrayRetainCallBack 

Source
pub type CFArrayRetainCallBack = Option<unsafe extern "C" fn(allocator: CFAllocatorRef, value: *const c_void) -> *const c_void>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.