pub const PTRACE_ATTACH: c_int = 16;
Attach to the process specified in pid, making it a tracee of the calling process.
pid