pub unsafe extern "C" fn jit_stack_trace_get_function(
context: jit_context_t,
trace: jit_stack_trace_t,
posn: c_uint,
) -> jit_function_tExpand description
Get the function that is at position posn within a stack trace. Position 0 is the function that created the stack trace. If this returns NULL, then it indicates that there is a native callout at posn within the stack trace.