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