pub type BaseAddressDetectionConfidence = BNBaseAddressDetectionConfidence;
enum BaseAddressDetectionConfidence { NoConfidence = 0, LowConfidence = 1, HighConfidence = 2, }