pub type CFAllocatorReleaseCallBack = Option<unsafe extern "C-unwind" fn(*const c_void)>;
Apple’s documentation
pub enum CFAllocatorReleaseCallBack { None, Some(unsafe extern "C-unwind" fn(*const c_void)), }
No value.
Some value of type T.
T