pub fn is_forwarded_args(args: &[FnArg<'_>], attrs: &[Argument]) -> bool
Return true if the argument list is simply (*args, **kwds).