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