github.com/gotranspile/cxgo@v0.3.8-0.20240118201721-29871598a6a2/runtime/csys/ioctl_windows.go (about)

     1  // +build windows
     2  
     3  package csys
     4  
     5  func Ioctl(fd uintptr, req uintptr, args ...interface{}) int32 {
     6  	panic("TODO")
     7  }