pub type PristineCode<T> = StorageMap<PristineCode_Storage_Instance<T>, Identity, <T as Config>::Hash, Vec<u8>>;
struct PristineCode<T>(/* private fields */);