unsafe: add StringData, String, SliceData · Issue #53003 · golang/go

Now that reflect.StringHeader and reflect.SliceHeader are officially deprecated, I think it's time to revisit adding function that satisfy the reason people have used these types. AFAICT, the reaso...