Exit the process with CODE. If ABORT is true, exit is performed using _exit(2), avoiding atexit(3) hooks, etc. Otherwise exit(2) is called.
(sb-unix::code &key abort)