(PointerByReference handle)
| 299 | long addr, NativeLong count, PointerByReference insn); |
| 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); |
no outgoing calls
no test coverage detected