Function get_decompressed_size

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.