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