Skip to main content

CFStringInsert

Function CFStringInsert 

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