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