in src/utils.h [33:37]
inline void CHECK_RESULT(Result res) { if (res != ResultOk) { raiseException(res); } }