pub fn decompress_into(src: &[u8], dst: &mut [u8]) -> Result<usize>
Decompress one frame into a caller-owned buffer (no allocation here). Returns the number of bytes written; dst must be at least the frame’s decompressed size.
dst