pub unsafe fn getresgid( rgid: *mut gid_t, egid: *mut gid_t, sgid: *mut gid_t, ) -> Result<int>
Get the real GID, the effective GID, and the saved set-group-ID of the current process.