reflect: add a function for treating C memory as a Go slice · Issue #13656 · golang/go

Now that cgo supports exporting Go functions to C, it would be useful for Go functions to be able to read C memory without making unnecessary copies. In particular, we would like to be able to read...