pub type SharedSelection = Arc<AtomicRefCell<ScriptSelection>>;
pub struct SharedSelection { /* private fields */ }