CFStringGetCharacterAtIndex

Function CFStringGetCharacterAtIndex 

Source
pub unsafe extern "C-unwind" fn CFStringGetCharacterAtIndex(
    the_string: &CFString,
    idx: CFIndex,
) -> u16
👎Deprecated: renamed to CFString::character_at_index
Available on crate feature CFString only.