package utils func Ptr[T any](v T) *T { return &v }