fn lower_statement(
result: &mut Function,
register_name_id_map: &HashMap<RegisterName, u32>,
offset_table: &HashMap<RegisterName, i32>,
statement: &IRStatement,
bb_id: usize,
cfe_root: &ControlFlowElement,
register_type: &HashMap<RegisterName, Type>,
cfg: &BindedControlFlowGraph<'_, '_>,
move_stack_pointer: i32
)