pub fn walk_changeset( changeset_bytes: &[u8], ) -> Result<Vec<RowChange>, ChangesetError>
Walk a changeset and return every row change with its column values.
Returns an empty vec for an empty changeset.