Function get_decompressed_size
Deprecated: Use ZSTD_getFrameContentSize instead
pub fn get_decompressed_size(src: &[u8]) -> Option<NonZeroU64>
Wraps the ZSTD_getDecompressedSize function.
Returns None if the size could not be found, or if the content is actually empty.