pub const SYS_PROC_GETPID: usize = 308; // 308usize
Get the current process ID (PID).
Returns the PID of the calling process.