ifOnlyOneSuspend

inline suspend fun <FIRST, SECOND> ifOnlyOneSuspend(    first: FIRST?,     second: SECOND?,     firstNotNull: (FIRST) -> Unit,     secondNotNull: (SECOND) -> Unit)