pub unsafe extern "C" fn jit_stack_trace_get_pc(
trace: jit_stack_trace_t,
posn: c_uint,
) -> *mut c_voidExpand description
Get the program counter that corresponds to position posn within a stack trace. This is the point within the function where execution had reached at the time of the trace.