pub unsafe extern "C" fn drmgr_is_last_instr(
drcontext: *mut c_void,
instr: *mut instr_t,
) -> bool_Expand description
Must be called during drmgr’s insertion phase. Returns whether \p instr is the last instruction (of any type) in the instruction list (as of immediately after the analysis phase).