package args type MulReq struct { A int B int } type MulRsp struct { C int }