pub type ItemReferenceParam_Type = Option<String>;
pub enum ItemReferenceParam_Type { None, Some(String), }
No value.
Some value of type T.
T