Open
Description
https://godoc.org/golang.org/x/sys/windows#LazyProc.Call and https://godoc.org/golang.org/x/sys/windows#Proc.Call are syscall.SysCall wrappers but take a bunch of uintptrs.
I assume that those wrappers are not covered by the uintptr(unsafe.Pointer) conversion exception number (4) from https://golang.org/pkg/unsafe/#Pointer, correct?
Could we document that either way in x/sys/windows?
I assume that many callers will require runtime.KeepAlive?
/cc @ianlancetaylor @mdempsky @alexbrainman @josharian @crawshaw
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Triage Backlog