fn utf8ToUtf16LeWithNull(allocator: mem.Allocator, utf8: []const u8) ![:0]u16
allocator: mem.Allocator,
utf8: []const u8,