pub(crate) type LongOrBoolean = LongOrBoolean;
pub(crate) enum LongOrBoolean { Long(i32), Boolean(bool), }