pub fn test_kill_current_process_group() -> Result<()>
kill(0, 0)—Check validity of pid and permissions to send signals to the all processes in the current process group, without actually sending any signals.
kill(0, 0)