pub async fn undo_forfeit( client: &Client, race_id: Uuid, entry_id: Uuid, ) -> Result<Entry, Error>
Undoes a forfeit for the given entry in a Race.