U8_FETCH_FIRST
#undef U8_FETCH_FIRST
#define U8_FETCH_FIRST(p) ((p)[0])
#define U8_FETCH_FIRST(p) ((uint32_t)((p)[0]) << 8)