pub unsafe extern "C" fn instr_is_call(instr: *mut instr_t) -> bool_
Returns true iff \p instr’s opcode is OP_call, OP_call_far, OP_call_ind, or OP_call_far_ind on x86; OP_bl, OP_blx, or OP_blx_ind on ARM.