pub fn visit_mut_immediate_u8<V, T>( _visitor: &mut V, _imm: &mut Immediate<u8>, ) -> ControlFlow<T>where V: ?Sized + VisitMut<T>,