package utils func NewPointer[T any](d T) *T { return &d }