CGDataConsumerCallbacks
A structure that contains pointers to callback functions that manage the copying of data for a data consumer.
Declaration
struct CGDataConsumerCallbacksOverview
The functions specified by the CGDataConsumerCallbacks structure are responsible for copying data that Core Graphics sends to your consumer and for handling the consumer’s basic memory management. You supply this structure to the function init(info:cbks:) to create a data consumer.