trigger Rust Abort
Trigger a hard abort inside the Rust code.
This function simulates some kind of uncatchable illegal operation performed inside the Rust code. After calling this function you should expect your application to be halted with e.g. a SIGABRT
or similar.