pub fn generate_message_deser(
message_type: &str,
config: &HandlerCodegenConfig,
) -> StringExpand description
Generate message deserialization code.
This generates code to cast the input buffer pointer to the message type. When envelope format is used, msg_ptr points to the payload (after header).