pub unsafe extern "C-unwind" fn CFStringCreateWithSubstring(
alloc: Option<&CFAllocator>,
str: Option<&CFString>,
range: CFRange,
) -> Option<CFRetained<CFString>>
Available on crate features
CFBase
and CFString
only.