__UINT32_CAST
#define __UINT32_CAST(a) static_cast<uint32_t>(a)
#define __UINT32_CAST(a) (uint32_t)(a)