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