package stringx func NewStrPoint(val string) *string { return &val }