(Pointer csh, int id)
| 302 | public int cs_option(Pointer handle, int option, NativeLong optionValue); |
| 303 | |
| 304 | public String cs_reg_name(Pointer csh, int id); |
| 305 | public int cs_op_count(Pointer csh, Pointer insn, int type); |
| 306 | public int cs_op_index(Pointer csh, Pointer insn, int type, int index); |
| 307 |