pub unsafe extern "C-unwind" fn CFStringCreateWithSubstring(
alloc: Option<&CFAllocator>,
str: Option<&CFString>,
range: CFRange,
) -> Option<CFRetained<CFString>>👎Deprecated: renamed to
CFString::with_substringAvailable on crate feature
CFString only.