pub unsafe extern "C" fn gtk_show_uri_full(
    parent: *mut GtkWindow,
    uri: *const c_char,
    timestamp: u32,
    cancellable: *mut GCancellable,
    callback: GAsyncReadyCallback,
    user_data: gpointer
)