pub fn write_bool( val: bool, bytes: &mut Vec<u8>, pos: &mut usize, bits: &mut u8, ) -> Result<(), SerializationError>