pub type MaybeUncertainBool = MaybeUncertain<bool>;
pub struct MaybeUncertainBool { /* private fields */ }