fn lower_do_while_statement(
body: &Statement,
condition: &Expression,
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
) -> boolfn lower_do_while_statement(
body: &Statement,
condition: &Expression,
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
) -> bool