pub fn use_ref_cell_value<T: 'static>(initial_value: T) -> Rc<RefCell<T>>