ghidra things this function is SUPPOSED to look like this: ``` void _ZN66_$LT$core..option..Option$LT$T$GT$$u20$as$u20$core..fmt..Debug$GT$3fmt17h6606eac464c97c06E (int *param_1,undefined4 param_2,undefined4 param_3,code *UNRECOVERED_JUMPTABLE) { undefined4 uVar1; if (*param_1 != 0) { OUTLINED_FUNCTION_10(0x1be9,param_2,"SomeBusyNone ",&stack0xfffffff4,0x1be9); return; } uVar1 = OUTLINED_FUNCTION_14(); /* WARNING: Could not recover jumptable at 0x000024d0. Too many branches */ /* WARNING: Treating indirect jump as call */ (*UNRECOVERED_JUMPTABLE)(uVar1,"None "); return; } ```