_ThrowOnAssert
# define ThrowOnAssert(x) _ThrowOnAssert(x, __FILE__, __LINE__)
# define ThrowOnAssert(x) _ThrowOnAssert(x, NULL, 0)
void _ThrowOnAssert(bool, const char*, int32);