The Go specification documents that these ["builtin" functions are constants](https://golang.org/ref/spec#Constants). However, it is not clear from the [documentation of the `unsafe` package](https://golang.org/pkg/unsafe/) that these are constants. Perhaps we should document them as such?