pub fn use_state_i32_auto_clean_with( get_initial_value: &mut dyn FnMut() -> i32, free: &Closure<dyn FnMut(i32)>, ) -> UseStateI32Object