pub unsafe extern "C" fn nstd_core_abort() -> !
Expand description

Terminates the program in an abnormal fashion. NOTE: This will only abort if the panics feature is enabled when compiling. Also note that it is enabled by default.