accessWith

@JvmName(name = "accessWith")
inline suspend fun <A, C : KCallable<*>> accessWith(callable: C, action: C.() -> A): A