pub unsafe extern "C" fn ud_insn_opr(
ud: *const ud,
n: c_uint,
) -> *const ud_operand
Expand description
Returns a reference (ud_operand
) to the nth (starting with 0) operand
of the instruction. If the instruction does not have such an operand,
the function returns null
.