ffi.Pointer<PGresult> PQexec( ffi.Pointer<PGconn> conn, ffi.Pointer<ffi.Char> query, ) { return _PQexec( conn, query, ); }