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