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