Function CFStringGetCharacters

Source
pub unsafe extern "C-unwind" fn CFStringGetCharacters(
    the_string: &CFString,
    range: CFRange,
    buffer: *mut u16,
)
Available on crate features CFString and CFBase only.