pub fn setpgid(pid: isize, pgid: isize) -> Result<usize>
Set process group ID.
pid == 0 targets the current process, pgid == 0 uses target pid.
pid == 0
pgid == 0