Function CFStringCreateWithCharacters

Source
pub unsafe extern "C-unwind" fn CFStringCreateWithCharacters(
    alloc: Option<&CFAllocator>,
    chars: *const u16,
    num_chars: CFIndex,
) -> Option<CFRetained<CFString>>
Available on crate features CFBase and CFString only.