ffi.Pointer<PGresult> PQmakeEmptyPGresult( ffi.Pointer<PGconn> conn, int status, ) { return _PQmakeEmptyPGresult( conn, status, ); }