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