pub unsafe extern "C" fn CFReadStreamCreateWithBytesNoCopy(
    alloc: CFAllocatorRef,
    bytes: *const UInt8,
    length: CFIndex,
    bytesDeallocator: CFAllocatorRef,
) -> CFReadStreamRef