Function fn_params_to_args

Source
fn fn_params_to_args(
    params: &Punctuated<FnArg, Comma>,
) -> Punctuated<Expr, Comma>