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