[][src]Function core_foundation::string::CFStringCreateWithBytesNoCopy

pub unsafe extern "C" fn CFStringCreateWithBytesNoCopy(
    alloc: *const c_void,
    bytes: *const u8,
    numBytes: i64,
    encoding: u32,
    isExternalRepresentation: u8,
    contentsDeallocator: *const c_void
) -> *const __CFString