pub fn stringify_syntax(
    indent: usize,
    element: SyntaxElement
) -> Result<String, Box<dyn Error>>