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