jit_insn_get_native

Function jit_insn_get_native 

Source
pub unsafe extern "C" fn jit_insn_get_native(
    insn: jit_insn_t,
) -> *mut c_void
Expand description

Get the function pointer for a native call instruction. Returns NULL if the instruction does not refer to a native function call.