Function CFStringCreateWithCStringNoCopy

Source
pub unsafe extern "C" fn CFStringCreateWithCStringNoCopy(
    alloc: CFAllocatorRef,
    c_str: *const c_char,
    encoding: CFStringEncoding,
    contents_deallocator: CFAllocatorRef,
) -> CFStringRef