pub fn use_state_bool_auto_clean_with( get_initial_value: &mut dyn FnMut() -> bool, free: &Closure<dyn FnMut(bool)>, ) -> UseStateBoolObject