func github.com/aws/smithy-go/ptr.Uint16Slice

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L305: func Uint16Slice(vs []uint16) []*uint16 {

	github.com/aws/aws-sdk-go-v2/aws
		to_ptr.go#L188: 	return ptr.Uint16Slice(vs)