bracketOrThrow

abstract fun <T : Any> bracketOrThrow(opening: () -> T, terminationAction: () -> Unit): T