CFCharacterSetAddCharactersInRange

Function CFCharacterSetAddCharactersInRange 

Source
pub unsafe extern "C-unwind" fn CFCharacterSetAddCharactersInRange(
    the_set: Option<&CFMutableCharacterSet>,
    the_range: CFRange,
)
👎Deprecated: renamed to CFMutableCharacterSet::add_characters_in_range
Available on crate feature CFCharacterSet only.