pub unsafe extern "C" fn CFStreamCreatePairWithSocketToHost(
    alloc: CFAllocatorRef,
    host: CFStringRef,
    port: UInt32,
    readStream: *mut CFReadStreamRef,
    writeStream: *mut CFWriteStreamRef,
)