CFMessagePortCreateLocal

Function CFMessagePortCreateLocal 

Source
pub unsafe extern "C-unwind" fn CFMessagePortCreateLocal(
    allocator: Option<&CFAllocator>,
    name: Option<&CFString>,
    callout: CFMessagePortCallBack,
    context: *mut CFMessagePortContext,
    should_free_info: *mut u8,
) -> Option<CFRetained<CFMessagePort>>
👎Deprecated: renamed to CFMessagePort::new_local
Available on crate features CFData and CFMessagePort only.