VS_EBITS
uint16_t errs : VS_EBITS;/* Non-wrapping error count. */
uint16_t flags : 16 - VS_EBITS;
if ((vs)->errs < (1U << VS_EBITS) - 1) \