pub fn set_user_group<U: AsRef<str>, G: AsRef<str>>( user: U, group: G, ) -> Result<(), DropRootError>
Set group ID, supplementary group list, and user ID. In that order.