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