pub fn decompile_code(code: &Bytecode, f: &Function) -> Vec<Statement>
Decompile a function code to a list of Statements. This works by analyzing each opcodes in order while trying to reconstruct scopes, contexts and intents.