pub unsafe extern "C" fn instr_writes_memory(
instr: *mut instr_t,
) -> bool_Expand description
Returns true iff any of \p instr’s destination operands is a memory reference. If \p instr is predicated (see instr_is_predicated()), the destination may not always be written.