pub fn decompress_from_uint8_array(compressed: &[u8]) -> Option<Vec<u16>>
Decompress a byte slice compressed with crate::compress_to_uint8_array.
crate::compress_to_uint8_array
Returns an error if the compressed data could not be decompressed.