Skip to main content

CFStringAppend

Function CFStringAppend 

Source
pub extern "C-unwind" fn CFStringAppend(
    the_string: Option<&CFMutableString>,
    appended_string: Option<&CFString>,
)
👎Deprecated:

renamed to CFMutableString::append

Available on crate feature CFString only.