as alien::run_on() requires the function to be noexcept, let's make this explicit. also, this paves the road to the type constraint added to `alien::run_on()`. the type contraint will enforce this requirement to the function passed to `alien::run_on()`. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #13375