pub type _Backtrace = Backtrace;
struct _Backtrace { frames: Vec<BacktraceFrame>, }
frames: Vec<BacktraceFrame>