pub type ModificationStatus = BNModificationStatus;
#[repr(u32)]pub enum ModificationStatus { Original = 0, Changed = 1, Inserted = 2, }