pub type ModificationStatus = BNModificationStatus;
enum ModificationStatus { Original = 0, Changed = 1, Inserted = 2, }