int read( int __fd, ffi.Pointer<ffi.Void> __buf, int __nbytes, ) { return _read( __fd, __buf, __nbytes, ); }