pub async fn fuzz<'a, T: FuzzKey + Send + 'a>( name: &str, iter: impl Iterator<Item = T>, sep: &str, ) -> Result<Option<FuzzResult<T>>>