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