pub fn use_shared_toggle_with( f: impl FnOnce() -> bool, ) -> UseSharedToggleWith<impl FnOnce() -> (bool, SharedToggle)>