pub unsafe extern "C" fn drutil_instr_is_stringop_loop( inst: *mut instr_t, ) -> bool_
Returns whether the given instr is a stringop loop.
@param[in] inst The instr to inspect.
\return whether given instr is a stringop loop.