pub type LanguagePrototype = LanguageKindPrototype;
pub enum LanguagePrototype { PlutusV1, PlutusV2, PlutusV3, }