ZSTD_dictForceLoad
&& (params->attachDictPref != ZSTD_dictForceLoad) ) {
ZSTD_STATIC_ASSERT(ZSTD_dictDefaultAttach < ZSTD_dictForceLoad);
bounds.upperBound = ZSTD_dictForceLoad; /* note : how to ensure at compile time that this is the highest value enum ? */