pub fn build_while_block(
    meta: Meta,
    cond: Expression,
    stmt: Statement,
) -> Statement