func go.opentelemetry.io/otel/internal.RawToInt64

2 uses

	go.opentelemetry.io/otel/internal (current package)
		rawhelpers.go#L37: func RawToInt64(r uint64) int64 {

	go.opentelemetry.io/otel/attribute
		value.go#L158: 	return internal.RawToInt64(v.numeric)