fn negationHandler( data: *const OverflowData, value_handle: ValueHandle, ) callconv(.c) noreturn
fn negationHandler( data: *const OverflowData, value_handle: ValueHandle, ) callconv(.c) noreturn { const value: Value = .{ .handle = value_handle, .td = data.td }; panic(@returnAddress(), "negation of {f} cannot be represented in type {s}", .{ value, data.td.getName(), }); }