fn is_variadic_arg(arg: &FnArg) -> bool
Checks whether a parameter’s type is Variadic<...> or OptionalArg<...>, which indicates the function should be treated as variadic regardless of parameter count.
Variadic<...>
OptionalArg<...>