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