pub fn decompress_from_utf16(compressed: &str) -> Option<Vec<u16>>
Decompress a &str compressed with crate::compress_to_utf16.
&str
crate::compress_to_utf16
Returns an error if the compressed data could not be decompressed.