pub unsafe extern "system" fn exit(error_code: c_int)
exit() terminates the calling process “immediately”.
These functions do not return.
Read the docs here