pub fn reverse_bytea(bytes: &[u8], writer: &mut impl Write)
Reverses the bytes in the binary string.
query T SELECT reverse('\x1234567890'::bytea); ---- \x9078563412