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