pub fn find_decompressed_size(src: &[u8]) -> u64
Wraps the ZSTD_findDecompressedSize() function.
ZSTD_findDecompressedSize()
src should be exactly a sequence of ZSTD frames.
src