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