pub fn decompress_from_position<R: Read>( input: R, plies: i32, position: Chess, ) -> Result<Vec<Move>, Error>
Decompress a given number of moves from a given position.