pub type FixedMemoryTrie<K, V> = FixedTrie<HashMap<H256, Vec<u8>>, K, V>;
pub struct FixedMemoryTrie<K, V>(/* private fields */);