pub type GBusNameLostCallback = Option<unsafe extern "C" fn(*mut GDBusConnection, *const c_char, gpointer)>;
enum GBusNameLostCallback { None, Some(unsafe extern "C" fn(_: *mut GDBusConnection, _: *const i8, _: *mut c_void)), }
No value.
Some value of type T.
T