pub fn seteuid(euid: Uid) -> Result<(), Errno>
Expand description

Set the effective user ID

See also seteuid(2)