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