Sets the real, effective, and saved user ids of this process.
fn setresuid(ruid: u32, euid: u32, suid: u32) -> i32
The real user id.
Returns success or an error value.
setresuid(2)