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