pub type CFMessagePortCallBack = Option<unsafe extern "C" fn(local: CFMessagePortRef, msgid: SInt32, data: CFDataRef, info: *mut c_void) -> CFDataRef>;Expand description
Apple SDK type alias CFMessagePortCallBack.
Aliased Type§
pub enum CFMessagePortCallBack {
None,
Some(unsafe extern "C" fn(*mut __CFMessagePort, i32, *const __CFData, *mut c_void) -> *const __CFData),
}