Increments the block count and disables garbage collection.
int __cdecl GCDisable();
Returns the incremented block count.
Use this function to disable garbage collection after you have enabled it using GCEnable.