A callback function that moves the current position in the data stream back to the beginning.
Original signature is : void (*CGDataProviderRewindCallback) ( void *info );
Available in Mac OS X v10.3 and later.


- info (IntPtr)
- A generic pointer to private data shared among your callback functions. This is the same pointer you supplied to CGDataProviderCreate.

The number of bytes that were actually skipped.

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