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