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

4 uses

	github.com/aws/smithy-go/ptr (current package)
		from_ptr.go#L361: func ToUint16(p *uint16) (v uint16) {
		from_ptr.go#L375: 		ps[i] = ToUint16(v)
		from_ptr.go#L387: 		ps[k] = ToUint16(v)

	github.com/aws/aws-sdk-go-v2/aws
		from_ptr.go#L224: 	return ptr.ToUint16(p)