pub unsafe extern "C" fn CFSocketCreateConnectedToSocketSignature(
    allocator: CFAllocatorRef,
    signature: *const CFSocketSignature,
    callBackTypes: CFOptionFlags,
    callout: CFSocketCallBack,
    context: *const CFSocketContext,
    timeout: CFTimeInterval,
) -> CFSocketRef