Function core_foundation_sys::string::CFStringCreateWithBytes
source · pub unsafe extern "C" fn CFStringCreateWithBytes(
alloc: CFAllocatorRef,
bytes: *const u8,
numBytes: CFIndex,
encoding: CFStringEncoding,
isExternalRepresentation: Boolean
) -> CFStringRef