pub(crate) fn deserialize_protobuf_or_bincode_cell_data<B, P>(
    row_data: &'_ [(String, Vec<u8>)],
    table: &str,
    key: String
) -> Result<CellData<B, P>, Error>where
    B: DeserializeOwned,
    P: Message + Default,