pub fn fold_window_frame<F, T: AstInfo, T2: AstInfo>(
    folder: &mut F,
    node: WindowFrame
) -> WindowFrame
where F: Fold<T, T2> + ?Sized,