pub fn maybe_decompress(data: &[u8]) -> Result<Vec<u8>>
Decompress zstd data if it has the magic header, otherwise return as-is.