pub type GAsyncReadyCallback = Option<unsafe extern "C" fn(*mut GObject, *mut GAsyncResult, gpointer)>;
enum GAsyncReadyCallback { None, Some(unsafe extern "C" fn(_: *mut GObject, _: *mut GAsyncResult, _: *mut c_void)), }
No value.
Some value of type T.
T