pub type Event_PadAxis_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, upd: *mut PadAxisUpdate)>;
pub enum Event_PadAxis_Callback { None, Some(unsafe extern "C" fn(*mut c_void, *mut PadAxisUpdate)), }
No value.
Some value of type T.
T