int pread(int __fd, ffi.Pointer<ffi.Void> __buf, int __nbyte, int __offset) { return _pread(__fd, __buf, __nbyte, __offset); }