(Pointer handle, int option, NativeLong optionValue)
| 300 | public void cs_free(Pointer p, NativeLong count); |
| 301 | public int cs_close(PointerByReference handle); |
| 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); |
no outgoing calls
no test coverage detected