What did you expect to see?
On https://godoc.org/golang.org/x/sys/windows I expected to see the VirtualAlloc and VirtualFree syscalls, and also the VirtualProtect one.
What did you see instead?
Only the VirtualLock and its unlocking counterpart.
These are quite important from a security perspective, are there any plans to have them added?