pub fn ast_node_to_statement(node: &AstNode) -> Option<Statement>
Extract a Statement from an AstNode.
AstNode