func proxy_Sum(out, in *seq.Buffer) { param_x := in.ReadInt64() param_y := in.ReadInt64() res := testpkg.Sum(param_x, param_y) out.WriteInt64(res) }