int pwrite( int __fd, ffi.Pointer<ffi.Void> __buf, int __n, int __offset, ) { return _pwrite( __fd, __buf, __n, __offset, ); }