pub unsafe extern "C-unwind" fn CFStringAppendCString(
the_string: Option<&CFMutableString>,
c_str: *const c_char,
encoding: CFStringEncoding,
)👎Deprecated: renamed to
CFMutableString::append_c_stringAvailable on crate feature
CFString only.