pub(crate) type UnsignedLongOrBoolean = UnsignedLongOrBoolean;
pub(crate) enum UnsignedLongOrBoolean { UnsignedLong(u32), Boolean(bool), }