Enum
options() :: keyword(XDR.Type.Int.value())
t() :: %XDR.Type.Enum{options: options(), type_name: String.t(), value: value()}
value() :: XDR.Type.Int.value()