pub unsafe extern "C-unwind" fn CFStringNormalize(
the_string: Option<&CFMutableString>,
the_form: CFStringNormalizationForm,
)
Available on crate features
CFString
and CFBase
only.Expand description
Normalizes the string into the specified form as described in Unicode Technical Report #15.
Parameter theString
: The string which is to be normalized. If this
parameter is not a valid mutable CFString, the behavior is
undefined.
Parameter theForm
: The form into which the string is to be normalized.
If this parameter is not a valid CFStringNormalizationForm value,
the behavior is undefined.