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

2 uses

	github.com/aws/smithy-go/ptr (current package)
		to_ptr.go#L276: func Uint8Slice(vs []uint8) []*uint8 {

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