toCFString

Creates a CFString from a string and give up its ownership.

version(AU)
nothrow @nogc
CFStringRef
toCFString
(
const(char)[] str
)

Meta