package util func ToPtr[T any](x T) *T { return &x }