# Functions
False returns a *bool whose underlying value is false.
IsSetToFalse returns true if and only if the bool pointer is non-nil and set to false.
IsSetToTrue returns true if and only if the bool pointer is non-nil and set to true.
True returns a *bool whose underlying value is true.