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