pub fn kill(pid: Pid) -> Result<()>
Issues a kill request as with ptrace(PTRACE_KILL, ...)
ptrace(PTRACE_KILL, ...)
This request is equivalent to ptrace(PTRACE_CONT, ..., SIGKILL);
ptrace(PTRACE_CONT, ..., SIGKILL);