Skip to main content

CFStringCreateWithCharacters

Function CFStringCreateWithCharacters 

Source
pub unsafe extern "C-unwind" fn CFStringCreateWithCharacters(
    alloc: Option<&CFAllocator>,
    chars: *const u16,
    num_chars: CFIndex,
) -> Option<CFRetained<CFString>>
👎Deprecated:

renamed to CFString::with_characters

Available on crate feature CFString only.