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