pub fn parse_lsp_state(msg: &[u8]) -> Option<(u16, u32, u8, Vec<u8>)>
Parse S2C_LSP_STATE into (lsp_id, state_id, flags, records) with the records decompressed.
S2C_LSP_STATE
(lsp_id, state_id, flags, records)