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