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