void GB.UnRefKeep ( void **object )
Decrements the reference counter of an object. If the reference counter becomes nil, the object is NOT freed.
If the reference counter is nil, a subsequent call to GB.Unref will free it anyway.