ReadWriteNative typedef

ReadWriteNative = IntPtr Function(Int32 fd, Pointer<Uint8> buf, IntPtr count)

Implementation

typedef ReadWriteNative = IntPtr Function(
    Int32 fd, Pointer<Uint8> buf, IntPtr count);