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