CFStringCreateWithFileSystemRepresentation

Function CFStringCreateWithFileSystemRepresentation 

Source
pub unsafe extern "C-unwind" fn CFStringCreateWithFileSystemRepresentation(
    alloc: Option<&CFAllocator>,
    buffer: *const c_char,
) -> Option<CFRetained<CFString>>
👎Deprecated: renamed to CFString::with_file_system_representation
Available on crate feature CFString only.