#[decurse]Expand description
Macro to make recursive functions run on the heap.
This is the version you should prefer. This does not use unsafe code and is thus safe.
However, it does not work on functions with lifetimed types (&T, SomeStruct<'a>, etc.) in the argument or return type.