CFStringAppendCString

Function CFStringAppendCString 

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