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