pub type ModeDestroy = Option<unsafe extern "C" fn(sw: *mut Mode)>;
Destroy the current mode. Still ready to restart.
pub enum ModeDestroy { None, Some(unsafe extern "C" fn(*mut Mode)), }
No value.
Some value of type T.
T