pub extern "C" fn unresolved_var_trap(var_id: u64) -> *mut u8Expand description
Called by JIT code when an unresolved external variable is forced. Returns null to allow execution to continue (will likely segfault later). In debug mode (TIDEPOOL_TRACE), logs and returns null.