Function CFStringAppendCString

Source
pub unsafe extern "C" fn CFStringAppendCString(
    theString: CFMutableStringRef,
    cStr: *const c_char,
    encoding: CFStringEncoding,
)