pub unsafe extern "C-unwind" fn CFSocketCreateWithSocketSignature(
allocator: Option<&CFAllocator>,
signature: *const CFSocketSignature,
call_back_types: CFOptionFlags,
callout: CFSocketCallBack,
context: *const CFSocketContext,
) -> Option<CFRetained<CFSocket>>
Available on crate features
CFBase
and CFData
and CFSocket
only.