pub fn lex_format_specifiers(
    string: &String,
    callback: &mut dyn FnMut(TextRange, FormatSpecifier)
)