I can do ```rust static POLL_FN: Mutex>> = Mutex::new(RefCell::new(None)); ``` But that does not work with a FnMut.