func sync.OnceValues

one use

	sync (current package)
		oncefunc.go#L72: func OnceValues[T1, T2 any](f func() (T1, T2)) func() (T1, T2) {