pub fn decompress(data: &[u8], was_lz4: bool) -> StorageResult<Vec<u8>>
Decompress data (auto-detects format based on magic bytes)