pub type DataArc<T> = DataTracked<T, Arc<LibUnsafe>>;
A pointer to shared data which uses atomic ref-counting to avoid outliving its library.
pub struct DataArc<T> { /* private fields */ }