Function CFMachPortCreateRunLoopSource

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