fn capstone_find_events(
addr: usize,
op: &ArchOperand,
acc_events: &mut Vec<AccessEvent>,
) -> boolExpand description
Add the memory events from op being executed while there is a memory access at addr to
acc_events. Return whether this was a memory operand.