fn lower_basic_block(
result: &mut Function,
bb_id: usize,
block: &BasicBlock,
binded_cfg: &BindedControlFlowGraph<'_, '_>,
register_name_id_map: &HashMap<RegisterName, u32>,
offset_table: &HashMap<RegisterName, i32>,
cfe_root: &ControlFlowElement,
register_type: &HashMap<RegisterName, Type>,
move_stack_pointer: i32
)