Function CFFileDescriptorCreateRunLoopSource

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