Function core_foundation_sys::filedescriptor::CFFileDescriptorCreate[][src]

pub unsafe extern "C" fn CFFileDescriptorCreate(
    allocator: CFAllocatorRef,
    fd: CFFileDescriptorNativeDescriptor,
    closeOnInvalidate: Boolean,
    callout: CFFileDescriptorCallBack,
    context: *const CFFileDescriptorContext
) -> CFFileDescriptorRef