pub fn parseQuotedWideString(allocator: std.mem.Allocator, bytes: SourceBytes, options: StringParseOptions) ![:0]u16
pub fn parseQuotedWideString(allocator: std.mem.Allocator, bytes: SourceBytes, options: StringParseOptions) ![:0]u16 { std.debug.assert(bytes.slice.len >= 3); // L"" return parseQuotedString(.wide, allocator, bytes, options); }