pub(crate) fn wait_exit_code(status: i32) -> Option<i32>
Decode a wait status and return the process exit code when it exited normally.