package rose // 2.4.6.0 type RawContent []byte // Context-specific Constructed 1 type Invoke struct { InvokeId int Opcode int Argument RawContent } // Context-specific Constructed 2 type ReturnResult struct { InvokeId int Result struct { Opcode int Argument RawContent } }