pub unsafe extern "C" fn CFStringCreateWithCharactersNoCopy(
    alloc: *const c_void,
    chars: *const u16,
    numChars: isize,
    contentsDeallocator: *const c_void
) -> *const __CFString