macro_rules! take_option { ($var:expr) => { ... }; }
Take a variable out of a RefCell<Option<>>.
RefCell<Option<>>