pub type CFTreeRetainCallBack = Option<unsafe extern "C" fn(info: *const c_void) -> *const c_void>;
pub enum CFTreeRetainCallBack { None, Some(unsafe extern "C" fn(*const c_void) -> *const c_void), }
No value.
Some value of type T.
T