pub unsafe extern "C" fn instr_is_near_ubr( instr: *mut instr_t, ) -> bool_
Returns true iff \p instr is a near unconditional direct branch: OP_jmp, or OP_jmp_short on x86; OP_b with no predicate on ARM.