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