async fn pg_txn_query_prepared( txn: &Transaction<'_>, statement: &Statement, params: &[&(dyn ToSql + Sync)], ) -> Result<Vec<Row>, Error>