pub type AstAnalyzer = Box<dyn FnMut(Statement) -> Result<Statement>>;
struct AstAnalyzer(/* private fields */);