isAPI31AndUp

@ChecksSdkIntAtLeast(api = 31, lambda = 0)
inline fun <T> isAPI31AndUp(onSdk31: () -> T): T?