Function CFURLCreateWithFileSystemPath

Source
pub unsafe extern "C-unwind" fn CFURLCreateWithFileSystemPath(
    allocator: Option<&CFAllocator>,
    file_path: Option<&CFString>,
    path_style: CFURLPathStyle,
    is_directory: bool,
) -> Option<CFRetained<CFURL>>
Available on crate features CFBase and CFURL only.