pub fn sys_setresgid( _locked: &mut Locked<Unlocked>, current_task: &CurrentTask, rgid: gid_t, egid: gid_t, sgid: gid_t, ) -> Result<(), Errno>