pub fn use_state_value<T: 'static + ?Sized>(
    initial_value: Rc<T>
) -> (Rc<T>, StateSetter<T>)