type reflect.SliceHeader

2 uses

	reflect (current package)
		value.go#L2558: type SliceHeader struct {

	github.com/valyala/fastjson
		util.go#L14: 	sh := (*reflect.SliceHeader)(unsafe.Pointer(&b))