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