pub fn get_group_id(group_name: &CStr) -> Result<gid_t>
Safe wrapper for getting a gid from a group name with getgrnam_r(3).
getgrnam_r(3)