CFStringInsert

Function CFStringInsert 

Source
pub unsafe extern "C-unwind" fn CFStringInsert(
    str: Option<&CFMutableString>,
    idx: CFIndex,
    inserted_str: Option<&CFString>,
)
👎Deprecated: renamed to CFMutableString::insert
Available on crate feature CFString only.