CFURLCreateWithFileSystemPath

Function CFURLCreateWithFileSystemPath 

Source
pub extern "C-unwind" fn CFURLCreateWithFileSystemPath(
    allocator: Option<&CFAllocator>,
    file_path: Option<&CFString>,
    path_style: CFURLPathStyle,
    is_directory: bool,
) -> Option<CFRetained<CFURL>>
👎Deprecated: renamed to CFURL::with_file_system_path
Available on crate feature CFURL only.