int write(int __fd, ffi.Pointer<ffi.Void> __buf, int __nbyte) { return _write(__fd, __buf, __nbyte); }