pub unsafe extern "C" fn instr_get_raw_word( instr: *mut instr_t, pos: uint, ) -> uint
Assumes that \p instr’s raw bits are valid and have > \p pos + 3 bytes. Returns the 4 bytes beginning at position \p pos (0-based).