pub type PbLevelType = LevelType;
#[repr(i32)]pub enum PbLevelType { Unspecified = 0, Nonoverlapping = 1, Overlapping = 2, }