func unsafe.SliceData

4 uses

	unsafe (current package)
		unsafe.go#L251: func SliceData(slice []ArbitraryType) *ArbitraryType

	internal/syscall/unix
		getrandom.go#L37: 		uintptr(unsafe.Pointer(unsafe.SliceData(p))),

	runtime
		vgetrandom_linux.go#L118: 	return vgetrandom1(unsafe.SliceData(p), uintptr(len(p)), flags, mp.vgetrandomState, vgetrandomAlloc.stateSize), true

	strings
		builder.go#L41: 	return unsafe.String(unsafe.SliceData(b.buf), len(b.buf))