pub unsafe extern "C" fn jit_insn_get_native(
insn: jit_insn_t,
) -> *mut c_voidExpand description
Get the function pointer for a native call instruction. Returns NULL if the instruction does not refer to a native function call.
pub unsafe extern "C" fn jit_insn_get_native(
insn: jit_insn_t,
) -> *mut c_voidGet the function pointer for a native call instruction. Returns NULL if the instruction does not refer to a native function call.