pub fn visit_mut_module<V, T>( visitor: &mut V, module: &mut Module, ) -> ControlFlow<T>where V: VisitMut<T> + ?Sized,