pub fn exit(code: usize) -> !
Terminate the current process with the given exit code.
code
This function never returns.