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