pub fn make_map_with_root<'bs, BS, V>( root: &Cid, store: &'bs BS, ) -> Result<Map<'bs, BS, V>, Error>where BS: Blockstore, V: DeserializeOwned + Serialize,
Create a map with a root cid.