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