UCHAR
enum type { CHAR, UCHAR, SHORT, USHORT, INT, UINT, LONG, ULONG, KPTR };
typedef uint8_t UCHAR;
typedef unsigned char UCHAR;
typedef uint8_t UCHAR;
typedef unsigned char UCHAR;
typedef unsigned char UCHAR;