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