CFStringCreateWithSubstring

Function CFStringCreateWithSubstring 

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