pub type CFDictionaryApplierFunction = Option<unsafe extern "C" fn(key: *const c_void, value: *const c_void, context: *mut c_void)>;Aliased Type§
pub enum CFDictionaryApplierFunction {
None,
Some(unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void)),
}