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