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