pub unsafe extern "C" fn jit_insn_get_parent_frame_pointer_of(
func: jit_function_t,
target: jit_function_t,
) -> jit_value_tExpand description
Retrieve the frame pointer of the parent of target. Returns NULL when target is not a sibling, an ancestor, or a sibling of one of the ancestors of func. Returns NULL if out of memory.