Function CFURLCopyFileSystemPath

Source
pub unsafe extern "C-unwind" fn CFURLCopyFileSystemPath(
    an_url: &CFURL,
    path_style: CFURLPathStyle,
) -> Option<CFRetained<CFString>>
Available on crate features CFBase and CFURL only.