Skip to main content

CFStreamCreatePairWithSocketToCFHost

Function CFStreamCreatePairWithSocketToCFHost 

Source
pub unsafe extern "C" fn CFStreamCreatePairWithSocketToCFHost(
    alloc: CFAllocatorRef,
    host: CFHostRef,
    port: SInt32,
    readStream: *mut CFReadStreamRef,
    writeStream: *mut CFWriteStreamRef,
)