
WINPR_ASSERT(advance);
+ #define CHECK_BOUNDS(ptr) if ((ptr) >= pbEnd) return 0;
+ CHECK_BOUNDS(pbOrderHdr);
