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