pub fn decompress_message(frame: &[u8]) -> Option<Vec<u8>>
Decompress a whole \xFCSMB COMPRESSION_TRANSFORM frame into the original SMB2 message. None on malformed input or an unsupported algorithm.
\xFCSMB
None