pub type CFArrayReleaseCallBack = Option<unsafe extern "C" fn(allocator: CFAllocatorRef, value: *const c_void)>;Expand description
Apple SDK type alias CFArrayReleaseCallBack.
Aliased Type§
pub enum CFArrayReleaseCallBack {
None,
Some(unsafe extern "C" fn(*const __CFAllocator, *const c_void)),
}