pub extern "C-unwind" fn CFWriteStreamCreateWithFile(
alloc: Option<&CFAllocator>,
file_url: Option<&CFURL>,
) -> Option<CFRetained<CFWriteStream>>
👎Deprecated: renamed to
CFWriteStream::with_file
Available on crate features
CFStream
and CFURL
only.