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