package utils func Pointer[T any](arg T) *T { return &arg }