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