pub type DataUnsafe<T> = *const T;
A pointer to shared data which provides no protection against outliving its library.