Aborts the process.
unsafe extern "rust-intrinsic" fn abort() -> !
You should never use this function directly since it can cause strange code generation even in unoptimized builds. Instead use lrs_abort which simply calls this function.
lrs_abort