exit

Function exit 

Source
pub unsafe extern "system" fn exit(error_code: c_int)
Expand description

exit() terminates the calling process “immediately”.

§RETURN VALUE

These functions do not return.

Read the docs here