int PQsendQuery( ffi.Pointer<PGconn> conn, ffi.Pointer<ffi.Char> query, ) { return _PQsendQuery( conn, query, ); }