pub unsafe extern "C-unwind" fn CFURLCreateFromFileSystemRepresentation(
allocator: Option<&CFAllocator>,
buffer: *const u8,
buf_len: CFIndex,
is_directory: bool,
) -> Option<CFRetained<CFURL>>
👎Deprecated: renamed to
CFURL::from_file_system_representation
Available on crate feature
CFURL
only.