pub unsafe extern "C" fn CFStringInsert(
str_: CFMutableStringRef,
idx: CFIndex,
insertedStr: CFStringRef,
)Expand description
Apple SDK function CFStringInsert.
pub unsafe extern "C" fn CFStringInsert(
str_: CFMutableStringRef,
idx: CFIndex,
insertedStr: CFStringRef,
)Apple SDK function CFStringInsert.