async fn request_skill_wrap<Rsp>( client: &Arc<FutuClient>, proto_id: u32, decode_label: &str, stock_symbol: &str, body: Vec<u8>, ) -> Result<String>where Rsp: Message + Default + SkillWrapRsp,