pub fn set_byte(bytes: &[u8], n: i32, value: i32) -> Result<Box<[u8]>>
Sets n’th byte in binary string to newvalue.
query T SELECT set_byte('\x1234567890'::bytea, 4, 64); ---- \x1234567840