CFStringGetCharacters

Function CFStringGetCharacters 

Source
pub unsafe extern "C-unwind" fn CFStringGetCharacters(
    the_string: &CFString,
    range: CFRange,
    buffer: *mut u16,
)
👎Deprecated: renamed to CFString::characters
Available on crate feature CFString only.