pub type ly_bool = u8;
@brief Type to indicate boolean value.
Do not test for actual value. Instead, handle it as true/false value in condition.