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