When running this: ``` def original_foo(): raise Exception() makefun.create_function("foo()", original_foo)() ``` I want `foo` to be the name of the function in the stack trace. Any way I can achieve that using this lib?