std::core::string::conv

utf16to8_unsafe

fn void? utf16to8_unsafe(Char16[] utf16, char* utf8_buffer)
Copy an array of UTF16 data into an UTF8 buffer without bounds
checking. This will assume the buffer is sufficiently large to hold
the converted data.

Parameters