pub type ModeInit = Option<unsafe extern "C" fn(sw: *mut Mode) -> c_int>;
Initialize the Mode.
Returns true if successful.
true
pub enum ModeInit { None, Some(unsafe extern "C" fn(*mut Mode) -> i32), }
No value.
Some value of type T.
T