pub unsafe extern "C" fn instr_get_raw_byte(
instr: *mut instr_t,
pos: uint,
) -> byteExpand description
Assumes that \p instr’s raw bits are valid and have > \p pos bytes. Returns a pointer to \p instr’s raw byte at position \p pos (beginning with 0).