pub unsafe extern "C" fn opnd_create_immed_uint(
i: ptr_uint_t,
data_size: opnd_size_t,
) -> opnd_tExpand description
Returns an unsigned immediate integer operand with value \p i and size \p data_size; \p data_size must be a OPSZ_ constant.