pub const PTRACE_KILL: c_int = 8;
Send the tracee a SIGKILL to terminate it. Considered deprecated. Should just send SIGKILL directly instead.
SIGKILL