bool32

Would it be a good idea to typedef uint8_t bool8 for true/false variables?
I suspect you want to leave them to be 32-bit aligned for the most part, but in general if we cared about the size we would pack them into a bitfield with other bools.

- Casey