pub fn visit_window_spec_mut<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast mut WindowSpec<T>, )where V: VisitMut<'ast, T> + ?Sized,