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