enum class ThreeState_t : uint32
{
    TRS_FALSE = 0,
    TRS_TRUE = 1,
    TRS_NONE = 2,
};