pub fn new_if<C, E>(condition: C, then_block: Vec<E>) -> ControlFlowNodewhere C: Into<ExprKind>, E: Into<AstKind>,
Creates a new if statement