pub fn setuid(uid: Uid) -> Result<(), Errno>
Expand description

Set the user ID

See also setuid(2)