Function CFMessagePortCreateRunLoopSource

Source
pub unsafe extern "C-unwind" fn CFMessagePortCreateRunLoopSource(
    allocator: Option<&CFAllocator>,
    local: Option<&CFMessagePort>,
    order: CFIndex,
) -> Option<CFRetained<CFRunLoopSource>>
Available on crate features CFBase and CFMessagePort and CFRunLoop only.