CFReadStreamCreateWithFile

Function CFReadStreamCreateWithFile 

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