pub unsafe extern "C" fn g_object_set_data_full(
    object: *mut GObject,
    key: *const gchar,
    data: gpointer,
    destroy: Option<GDestroyNotify>
)