fn validate_named_spells( category: &'static str, entries: &[(&'static str, u32)], spells: &FastSet<u32>, ) -> Result<(), DeclaredSpecMetadataError>