kunit_try_catch_throw
kunit_try_catch_throw(&((test)->try_catch)); \
void __noreturn kunit_try_catch_throw(struct kunit_try_catch *try_catch);
BTF_ID(func, kunit_try_catch_throw)
kunit_try_catch_throw(try_catch);
kunit_try_catch_throw(&test->try_catch); /* Does not return. */
EXPORT_SYMBOL_GPL(kunit_try_catch_throw);
NORETURN(kunit_try_catch_throw)