VolatileBool
struct VolatileBool
A wrapper struct for volatile bool, please note the copy of the struct it self will not be volatile
for example this statement will not include in volatilness operation volatileBool1 = volatileBool2 the jit will copy the struct and will ignore the volatile