pub type Event_Int_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, argument: c_int)>;
enum Event_Int_Callback { None, Some(unsafe extern "C" fn(_: *mut c_void, _: i32)), }
No value.
Some value of type T.
T