int PQputnbytes( ffi.Pointer<PGconn> conn, ffi.Pointer<ffi.Char> buffer, int nbytes, ) { return _PQputnbytes( conn, buffer, nbytes, ); }