pub const SYS_PROC_GETPPID: usize = 309;
Get the parent process ID (PPID).
Returns the PID of the parent process, or 0 if the parent has exited.