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