FSE_optimalTableLog
FSE_PUBLIC_API unsigned FSE_optimalTableLog(unsigned maxTableLog, size_t srcSize, unsigned maxSymbolValue);
tableLog = FSE_optimalTableLog(tableLog, wtSize, maxSymbolValue);
const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max);
const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max);