BIT_flushBitsFast
MEM_STATIC void BIT_flushBitsFast(BIT_CStream_t* bitC);
#define FSE_FLUSHBITS(s) (fast ? BIT_flushBitsFast(s) : BIT_flushBits(s))