_Exit

Function _Exit 

Source
pub unsafe extern "C" fn _Exit(__status: c_int) -> !
Expand description

Terminate the program with STATUS without calling any of the functions registered with atexit' or on_exit’.