pub unsafe extern "C" fn instr_ok_to_mangle(
instr: *mut instr_t,
) -> bool_Expand description
Return true iff \p instr is not a meta-instruction (see instr_set_app() for more information).
\deprecated instr_is_app()/instr_is_meta() should be used instead.