Function CFStringInsert

Source
pub unsafe extern "C" fn CFStringInsert(
    str: CFMutableStringRef,
    idx: CFIndex,
    insertedStr: CFStringRef,
)