func ioctl(_ fd: CInt, _ request: UInt, _ ptr: UnsafeMutableRawPointer) -> CInt
s5Glibc5ioctlys5Int32VAD_SuSvtFWhat are these?
s5Glibc5ioctlys5Int32VAD_SuSvtF
FNV24: [1HC5R]
import NIOPosix
typealias CInt = Int32
The C ‘int’ type.
@frozen struct UInt
An unsigned integer value type.
@frozen struct UnsafeMutableRawPointer
A raw pointer for accessing and manipulating untyped data.