pub type OpStackTraceCallback = Box<dyn Fn(Vec<JsStackFrame>)>;
pub struct OpStackTraceCallback(/* private fields */);