pub unsafe extern "C-unwind" fn CFSocketCreateWithNative(
allocator: Option<&CFAllocator>,
sock: CFSocketNativeHandle,
call_back_types: CFOptionFlags,
callout: CFSocketCallBack,
context: *const CFSocketContext,
) -> Option<CFRetained<CFSocket>>
👎Deprecated: renamed to
CFSocket::with_native
Available on crate features
CFData
and CFSocket
only.