catchReturnNull

inline fun <ReturnType> catchReturnNull(tryFunction: () -> ReturnType): ReturnType?