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