Function CFWriteStreamCreateWithBuffer

Source
pub unsafe extern "C" fn CFWriteStreamCreateWithBuffer(
    alloc: CFAllocatorRef,
    buffer: *mut UInt8,
    bufferCapacity: CFIndex,
) -> CFWriteStreamRef