fn lower_state_array_pop(
state_index: usize,
element_type: &ValueType,
args: &[Expression],
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
) -> boolfn lower_state_array_pop(
state_index: usize,
element_type: &ValueType,
args: &[Expression],
ctx: &mut LoweringContext<'_>,
instructions: &mut Vec<Instruction>,
) -> bool