ffi.Pointer<PGresult> PQclosePrepared( ffi.Pointer<PGconn> conn, ffi.Pointer<ffi.Char> stmt, ) { return _PQclosePrepared( conn, stmt, ); }