pub type JitTracingFnPointer<T> = unsafe extern "sysv64" fn(*const T, *mut u8, *mut u8, *mut T);
Typedef for a tracing function pointer