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