pub fn read_zigzag<T, const S: usize>( bytes: &[u8], pos: &mut usize, bits: &mut u8, ) -> Result<T, DeserializationError>where T: ZigZag, T::Unsigned: FixedInt<S>,