pub fn raw_map_key<'a, K, V>(map: &Map<K, V>, key: K) -> Vec<u8>where V: Serialize + DeserializeOwned, K: PrimaryKey<'a>,