pub type CFMessagePortInvalidationCallBack = Option<unsafe extern "C" fn(ms: CFMessagePortRef, info: *mut c_void)>;Aliased Type§
pub enum CFMessagePortInvalidationCallBack {
None,
Some(unsafe extern "C" fn(*mut __CFMessagePort, *mut c_void)),
}