async fn pg_query_one_prepared( client: &Object, statement: &Statement, params: &[&(dyn ToSql + Sync)], ) -> Result<Row, Error>