pub fn make_empty_map<BS, V>(store: &BS, bitwidth: u32) -> Map<'_, BS, V>where BS: Blockstore, V: DeserializeOwned + Serialize,
Create a hamt with a custom bitwidth.