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