Function nstd_sys::core::nstd_core_abort

source ·
#[no_mangle]
pub extern "C" fn nstd_core_abort() -> !
Available on crate feature nstd_core only.
Expand description

Terminates the program immediately in an abnormal fashion.

This operation will never return.

Panics

This operation will always panic.