Skip to main content

CFStringCreateWithSubstring

Function CFStringCreateWithSubstring 

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

Apple SDK function CFStringCreateWithSubstring.