pub fn decode_object<T: for<'a> Deserialize<'a>>( raw: &[u8], ) -> Result<T, VersionedStateStoreError>