std::core::string::conv

utf8to32_unsafe

fn void? utf8to32_unsafe(String utf8, Char32* utf32_buffer)
Copy an array of UTF8 data into an UTF32 buffer without bounds
checking. This will assume the buffer is sufficiently large to hold
the converted data.

Parameters