int lo_write( ffi.Pointer<PGconn> conn, int fd, ffi.Pointer<ffi.Char> buf, int len, ) { return _lo_write( conn, fd, buf, len, ); }