type reflect.SliceHeader

5 uses

	reflect (current package)
		value.go#L1487: 		return (*SliceHeader)(v.ptr).Data
		value.go#L1994: type SliceHeader struct {

	github.com/cespare/xxhash/v2
		xxhash_unsafe.go#L30: 	bh := (*reflect.SliceHeader)(unsafe.Pointer(&b))
		xxhash_unsafe.go#L41: 	bh := (*reflect.SliceHeader)(unsafe.Pointer(&b))

	github.com/yuin/goldmark/util
		util_unsafe.go#L18: 	bh := (*reflect.SliceHeader)(unsafe.Pointer(&bs))