pub unsafe extern "C" fn instr_set_raw_bits(
instr: *mut instr_t,
addr: *mut byte,
length: uint,
)Expand description
Assumes that \p instr does not currently have any raw bits allocated. Sets \p instr’s raw bits to be \p length bytes starting at \p addr. Does not set the operands invalid.