PidType is the type of provided pid value and how it should be treated
const (
// Pid affects the current pid Pid PidType = pidtypePid
// ThreadGroup affects all threads in the group ThreadGroup PidType = pidtypeTgid
// ProcessGroup affects all processes in the group ProcessGroup PidType = pidtypePgid
)