Function CFStringCreateWithFileSystemRepresentation

Source
pub unsafe extern "C-unwind" fn CFStringCreateWithFileSystemRepresentation(
    alloc: Option<&CFAllocator>,
    buffer: *const c_char,
) -> Option<CFRetained<CFString>>
Available on crate features CFBase and CFString only.