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