package nullable //go:fix inline func GetNil[T any](in T) *T { return new(in) }