pub fn fold_fn_arg<F>(f: &mut F, node: FnArg) -> FnArgwhere
    F: Fold + ?Sized,
Available on crate feature fold only.