fn reject_data_points( outcome: &mut MetricsIngestOutcome, count: usize, reason: impl FnOnce() -> String, ) -> Result<()>