pub unsafe extern "C" fn CFStringCreateWithCStringNoCopy(
    alloc: *const c_void,
    cStr: *const i8,
    encoding: u32,
    contentsDeallocator: *const c_void
) -> *const __CFString