pub unsafe fn getresuid( ruid: *mut uid_t, euid: *mut uid_t, suid: *mut uid_t, ) -> Result<int>
Get the real UID, the effective UID, and the saved set-user-ID of the current process.