方法参数值包装。
解决 Kotlin vararg Any? 在多参数重载时的歧义。
vararg Any?
instance.invokeMethod("doTask", args("hello", 42))
实际要传给目标方法或构造器的参数数组