Function CoreFoundation_sys::string::CFStringCreateWithBytesNoCopy [] [src]

pub unsafe extern "C" fn CFStringCreateWithBytesNoCopy(
    alloc: CFAllocatorRef,
    bytes: *const UInt8,
    numBytes: CFIndex,
    encoding: CFStringEncoding,
    isExternalRepresentation: Boolean,
    contentsDeallocator: CFAllocatorRef
) -> CFStringRef