pub fn parse_rule_content( content: &str, default_id: &str, is_builtin: bool, ) -> Option<Rule>
Parse rule content string with TOML frontmatter.