[ CCode ( has_target = false ) ]
public delegate void UserDataDestroyCallback (void* data)
When associating private data with a Object a callback can be given which will be
called either if the object is destroyed or if cogl_object_set_user_data
is called with NULL user_data for the same key.