pub const SYS_PROC_EXIT: usize = 300;
Terminate the current process with an exit code.
exit_code
This syscall never returns. All threads in the process are terminated.