pub fn buy_units<'a>( _ctx: &mut GenCtx<'_, impl Rng>, sellers: impl Iterator<Item = &'a mut SellOrder>, max_quantity: f32, max_price: f32, max_spend: f32, ) -> (f32, f32)