pub type iv_timeedithandler = Option<unsafe extern "C" fn(newtime: i32)>;
pub enum iv_timeedithandler { None, Some(unsafe extern "C" fn(i32)), }
No value.
Some value of type T.
T