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