pub fn read_bool( bytes: &[u8], pos: &mut usize, bits: &mut u8, ) -> Result<bool, DeserializationError>