pub type ENUMERATED_NAMES = BIT_STRING_BITNAME_st;
struct ENUMERATED_NAMES { pub bitnum: i32, pub lname: *const i8, pub sname: *const i8, }
bitnum: i32
lname: *const i8
sname: *const i8