Function CFStringCreateWithSubstring

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