#[rewrite_svc_create_string_table]Expand description
Rewrites a decoded svc_CreateStringTable packet message.
Return MessageRewrite::Rewrite after mutating the decoded
CSvcMsgCreateStringTable, or return Replace / Drop for explicit output
control.
The handler can receive ctx: &Context, tick: u32, and
message: &mut CSvcMsgCreateStringTable in any order. Return
Result<MessageRewrite, ParserError>.