func github.com/google/uuid.ParseBytes

3 uses

	github.com/google/uuid (current package)
		marshal.go#L18: 	id, err := ParseBytes(data)
		null.go#L90: 	id, err := ParseBytes(data)
		uuid.go#L120: func ParseBytes(b []byte) (UUID, error) {