Function CFCharacterSetRemoveCharactersInString

Source
pub unsafe extern "C-unwind" fn CFCharacterSetRemoveCharactersInString(
    the_set: Option<&CFMutableCharacterSet>,
    the_string: Option<&CFString>,
)
Available on crate features CFCharacterSet and CFBase only.
Expand description

Removes the characters in the given string from the charaacter set.

Parameter theSet: The character set from which the characters in the string are to be remove. If this parameter is not a valid mutable CFCharacterSet, the behavior is undefined.

Parameter theString: The string to remove from the character set. If this parameter is not a valid CFString, the behavior is undefined.