Package unsafeheader contains header declarations for the Go runtime's
slice and string implementations.
This package allows x/sys to use types equivalent to
reflect.SliceHeader and reflect.StringHeader without introducing
a dependency on the (relatively heavy) "reflect" package.