pub fn kill_current_process_group(sig: Signal) -> Result<()>
kill(0, sig)—Sends a signal to all processes in the current process group.
kill(0, sig)