pub type GDesktopAppLaunchCallback = Option<unsafe extern "C" fn(*mut GDesktopAppInfo, GPid, gpointer)>;
pub enum GDesktopAppLaunchCallback { None, Some(unsafe extern "C" fn(*mut GDesktopAppInfo, i32, *mut c_void)), }
No value.
Some value of type T.
T