3.1.9 enum

enums are represented differently on each platform, using the most appropriate system type:

Windows

unsigned int

macOS

uint32_t

Linux

uint32_t