static mut GUEST: Option<Ref<Mutex<Guest>>> = None; Is there a better way to do this?
static mut GUEST: Option<Ref<Mutex>> = None;
Is there a better way to do this?