pub fn seize(pid: Pid, options: Options) -> Result<()>
Attach to a running process, as with ptrace(PTRACE_SEIZE, ...)
ptrace(PTRACE_SEIZE, ...)
Attaches to the process specified in pid, making it a tracee of the calling process.