pub type CFAllocatorCopyDescriptionCallBack = Option<unsafe extern "C" fn(info: *const c_void) -> CFStringRef>;Expand description
Apple SDK type alias CFAllocatorCopyDescriptionCallBack.
Aliased Type§
pub enum CFAllocatorCopyDescriptionCallBack {
None,
Some(unsafe extern "C" fn(*const c_void) -> *const __CFString),
}