fn utf16leToUtf8Alloc(allocator: mem.Allocator, utf16le: []const u16) ![]u8

Caller must free returned memory.

Parameters

allocator: mem.Allocator,
utf16le: []const u16,