pub fn substr_start_for_bytea( s: &[u8], start: i32, count: i32, writer: &mut impl Write, ) -> Result<()>