pub unsafe extern "C" fn object_ref(obj: *mut Object)
object_ref: @obj: the object
Increase the reference count of a object. A object cannot be freed as long as its reference count is greater than zero.