cs_x86.opcode

Instruction opcode, which can be from 1 to 4 bytes in size. This contains VEX opcode as well. An trailing opcode byte gets value 0 when irrelevant.

struct cs_x86
ubyte[4] opcode;

Meta