pub unsafe extern "C" fn instrlist_remove(
ilist: *mut instrlist_t,
instr: *mut instr_t,
)Expand description
Removes (does not destroy) \p instr from \p ilist.
pub unsafe extern "C" fn instrlist_remove(
ilist: *mut instrlist_t,
instr: *mut instr_t,
)Removes (does not destroy) \p instr from \p ilist.