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