Function CFSocketCreateRunLoopSource

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