pub fn use_ref_readonly_with<T: 'static + ?Sized, F: FnOnce() -> Rc<T>>(
    get_initial_rc: F
) -> ReadRefRc<T>