CFStringGetFileSystemRepresentation

Function CFStringGetFileSystemRepresentation 

Source
pub unsafe extern "C-unwind" fn CFStringGetFileSystemRepresentation(
    string: &CFString,
    buffer: *mut c_char,
    max_buf_len: CFIndex,
) -> bool
👎Deprecated: renamed to CFString::file_system_representation
Available on crate feature CFString only.