std::core::string::conv

utf32to8_unsafe

fn void utf32to8_unsafe(Char32[] utf32, char* utf8_buffer)
Copy an array of UTF32 code points into an UTF8 buffer without bounds
checking. This will assume the buffer is sufficiently large to hold
the converted data.

Parameters