pub fn parse_lsp_buffer(msg: &[u8]) -> Option<(u16, u8, &str, Vec<u8>)>
Parse C2S_LSP_BUFFER into (lsp_id, flags, path, text) with the text decompressed.
C2S_LSP_BUFFER
(lsp_id, flags, path, text)