pub fn kill(pid: Pid) -> Result<(), Errno>
Expand description

Issues a kill request as with ptrace(PTRACE_KILL, ...)

This request is equivalent to ptrace(PTRACE_CONT, ..., SIGKILL);