pub unsafe extern "C" fn instr_set_ok_to_mangle(
instr: *mut instr_t,
val: bool_,
)Expand description
Sets \p instr to “ok to mangle” if \p val is true and “not ok to mangle” if \p val is false.
\deprecated instr_set_app()/instr_set_meta() should be used instead.