pub fn parse_fs_grep_result( data: &[u8], ) -> Option<(u16, u8, u8, String, Vec<u8>)>
Parse an S2C_FS_GREP → (nonce, status, flags, detail, records) with the records decompressed under the standard guard.
S2C_FS_GREP
(nonce, status, flags, detail, records)