pub fn nameprep(s: &str) -> Result<Cow<'_, str>, Error>
Prepares a string with the Nameprep profile of the stringprep algorithm.
Nameprep is defined in RFC 3491.