pub unsafe extern "C" fn CFStringCreateMutableWithExternalCharactersNoCopy(
    alloc: CFAllocatorRef,
    chars: *mut UniChar,
    numChars: CFIndex,
    capacity: CFIndex,
    externalCharactersAllocator: CFAllocatorRef,
) -> CFMutableStringRef