pub type DBusRemoveTimeoutFunction = Option<extern "C" fn(timeout: *mut DBusTimeout, user_data: *mut c_void)>;
pub enum DBusRemoveTimeoutFunction { None, Some(extern "C" fn(*mut c_void, *mut c_void)), }
No value.
Some value of type T.
T