mallocStringFromCFString

Create string from a CFString, and give up its ownership. Such a string must be deallocated with free/freeSlice. It is guaranteed to finish with a terminal zero character ('\0').

version(AU)
nothrow @nogc
string
mallocStringFromCFString
(
CFStringRef cfStr
)

Meta