pub fn format_with_options_by_name( sql: &str, dialect: &str, options: &FormatGuardOptions, ) -> Result<Vec<String>>
Format SQL using a string dialect name with configurable guard limits.