CFDictionaryReleaseCallBack
Prototype of a callback function used to release a key-value pair before it’s removed from a dictionary.
Declaration
typealias CFDictionaryReleaseCallBack = (CFAllocator?, UnsafeRawPointer?) -> VoidParameters
- allocator:
The dictionary’s allocator.
- value:
The value being removed from the dictionary.