It would be great if cpptrace can provide a standardized function to find the start of the function of a stack frame, just like _Unwind_FindEnclosingFunction.
This is very useful for checking if a certain function is in a cpptrace::raw_trace::frames programmatically.
Thanks in advance.