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>>
Available on crate features
CFBase
and CFURL
only.