pub unsafe extern "C-unwind" fn CFWriteStreamCreateWithBuffer(
alloc: Option<&CFAllocator>,
buffer: *mut u8,
buffer_capacity: CFIndex,
) -> Option<CFRetained<CFWriteStream>>👎Deprecated: renamed to
CFWriteStream::with_bufferAvailable on crate feature
CFStream only.