fn lower_revert_statement(
ident: Option<&IdentifierPath>,
args: &[Expression],
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
) -> boolfn lower_revert_statement(
ident: Option<&IdentifierPath>,
args: &[Expression],
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
) -> bool