ZSTD_llt_none
ssPtr->longLengthType = ZSTD_llt_none;
if (originalSeqStore->longLengthType != ZSTD_llt_none) {
resultSeqStore->longLengthType = ZSTD_llt_none;
assert(cctx->seqStore.longLengthType == ZSTD_llt_none);
assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */
assert(seqStorePtr->longLengthType == ZSTD_llt_none); /* there can only be a single long length */