fn escapeQuery(allocator: std.mem.Allocator, input: []const u8) error{OutOfMemory}![]u8
allocator: std.mem.Allocator,
input: []const u8,