Function CFStringCreateWithSubstring

Source
pub unsafe extern "C" fn CFStringCreateWithSubstring(
    alloc: CFAllocatorRef,
    str: CFStringRef,
    range: CFRange,
) -> CFStringRef