pub type SeverityImpl = DiagnosticSeverity;
pub enum SeverityImpl { Variant0(String), Variant1(i64), }