CFStringAppendCharacters

Function CFStringAppendCharacters 

Source
pub unsafe extern "C-unwind" fn CFStringAppendCharacters(
    the_string: Option<&CFMutableString>,
    chars: *const u16,
    num_chars: CFIndex,
)
👎Deprecated: renamed to CFMutableString::append_characters
Available on crate feature CFString only.