pub fn decompress(data: &[u8], uncompressed_size: usize) -> Result<Vec<u8>, i32>
Decompresses the given data using LZ4, expecting the given uncompressed size.