pub fn reverse_bytea(bytes: &[u8]) -> Box<[u8]>
Reverses the bytes in the binary string.
query T SELECT reverse('\x1234567890'::bytea); ---- \x9078563412