pub type LowLevelThreadError = Box<dyn Any + Send + 'static>;
struct LowLevelThreadError(/* private fields */);