pub fn handle_serialized_message(
    id: MsgId,
    ctx: &Context<'_>,
    msg: &[u8]
) -> Result<bool, Error>