pub fn reverse(s: &str, writer: &mut impl Write)
Reverses the characters in the given string.
query T select reverse('abcdef'); ---- fedcba