instr_from_noalloc

Function instr_from_noalloc 

Source
pub unsafe extern "C" fn instr_from_noalloc(
    noalloc: *mut instr_noalloc_t,
) -> *mut instr_t
Expand 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.