Specifies that a given pointer will not be collected.
Original signature is '- (void)disableCollectorForPointer:(void *)ptr'
Available in Mac OS X v10.5 and later.


- ptr (IntPtr)
- A pointer to the memory that should not be collected.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)