callSuspendFunctionOnField

suspend fun <T : Any> KClass<T>.callSuspendFunctionOnField(obj: T, field: String, method: String, vararg args: Any): Any?