IoctlNative typedef

IoctlNative = Int32 Function(Int32 fd, UnsignedLong request, Pointer<Void> arg)

Implementation

typedef IoctlNative = Int32 Function(
    Int32 fd, UnsignedLong request, Pointer<Void> arg);