std::core::string::conv

utf8to16_unsafe

fn void? utf8to16_unsafe(String utf8, Char16* utf16_buffer)
Copy an array of UTF8 data into an UTF16 buffer without bounds
checking. This will assume the buffer is sufficiently large to hold
the converted data.

Parameters