pub type SharedList<T> = GenericList<T, ArcPointer, 256>;
pub struct SharedList<T>(/* private fields */);