getDataFromDict

Gets data from a CFDataRef dictionnary entry and give up its ownership. Must be deallocated with free/freeSlice.

nothrow @nogc
bool
getDataFromDict
(
CFDictionaryRef pDict
,
string key
,
out ubyte[] pChunk
)

Meta