fn utf16leToUtf8(utf8: []u8, utf16le: []const u16) !usize

Asserts that the output buffer is big enough. Returns end byte index into utf8.

Parameters

utf8: []u8,
utf16le: []const u16,