#[non_exhaustive]
pub enum NonExhaustiveMonovariant {
Variant(u32),
}
pub enum ExhaustiveMonovariant {