pub unsafe extern "C" fn jit_insn_get_function(
insn: jit_insn_t,
) -> jit_function_tExpand description
Get the function for a call instruction. Returns NULL if the instruction does not refer to a called function.
pub unsafe extern "C" fn jit_insn_get_function(
insn: jit_insn_t,
) -> jit_function_tGet the function for a call instruction. Returns NULL if the instruction does not refer to a called function.