pub unsafe extern "C" fn dr_abort_with_code(exit_code: c_int)Expand description
Aborts the process immediately without any cleanup (i.e., the exit event will not be called) with the exit code \p exit_code.
On Linux, only the bottom 8 bits of \p exit_code will be honored for a normal exit. If bits 9..16 are not all zero, DR will send an unhandled signal of that signal number instead of performing a normal exit.