pub unsafe extern "C" fn instr_from_noalloc(
noalloc: *mut instr_noalloc_t,
) -> *mut instr_tExpand description
Given an #instr_noalloc_t where all operands are included, returns an #instr_t pointer corresponding to that no-alloc structure suitable for passing to instruction API functions.