pub fn build_conditional_block( meta: Meta, cond: Expression, if_case: Statement, else_case: Option<Statement>, ) -> Statement