fn writeEscapedStringWithFn(writer: anytype, input: []const u8, comptime keepUnescaped: fn (u8) bool) @TypeOf(writer).Error!void

Parameters

writer: anytype,
input: []const u8,
keepUnescaped: fn (u8) bool,