CFCharacterSetRemoveCharactersInRange

Function CFCharacterSetRemoveCharactersInRange 

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