Function CFStringGetFileSystemRepresentation

Source
pub unsafe extern "C" fn CFStringGetFileSystemRepresentation(
    string: CFStringRef,
    buffer: &mut [c_char],
    max_buf_len: CFIndex,
) -> Boolean