pub type VRDisplayPtr = Arc<RefCell<dyn VRDisplay>>;
pub struct VRDisplayPtr { /* private fields */ }