fn const_module<'a>( module: &str, entries: impl Iterator<Item = (&'a str, u32)>, url_path: &str, ) -> Result<TokenStream>