pub unsafe extern "C-unwind" fn CFURLGetFileSystemRepresentation(
url: &CFURL,
resolve_against_base: bool,
buffer: *mut u8,
max_buf_len: CFIndex,
) -> bool
Available on crate features
CFBase
and CFURL
only.