Retrieves group info of the group with a certain id.
impl<'a> Info<'a> { fn from_group_id(buf: &'a mut [u8], id: u32) -> Result<Info<'a>, Errno> }
The buffer in which the information will be stored.
The group id.