Function CFStringAppendCharacters

Source
pub unsafe extern "C" fn CFStringAppendCharacters(
    theString: CFMutableStringRef,
    chars: *const UniChar,
    numChars: CFIndex,
)