namespace sys.core class ConvertUtf16
static def FromUtf8(ref dest: Slice, ref src: Slice);
Converts a source Utf8 buffer to a destination Utf16 buffer.
dest=> the destination buffer src=> the source buffer