Set a user id and group (using the names) id to drop root privileges
```rust use droproot::setuser_group;
fn main() { // ... setusergroup("nobody", "nogroup"); // ... } ```