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