pub type ArgumentKind = DataType;
pub enum ArgumentKind { String, Integer, Boolean, }
A string
Integer
Bool