CFMessagePortCreateRemote

Function CFMessagePortCreateRemote 

Source
pub extern "C-unwind" fn CFMessagePortCreateRemote(
    allocator: Option<&CFAllocator>,
    name: Option<&CFString>,
) -> Option<CFRetained<CFMessagePort>>
👎Deprecated: renamed to CFMessagePort::new_remote
Available on crate feature CFMessagePort only.