pub unsafe extern "C" fn utf8proc_tolower(
c: utf8proc_int32_t,
) -> utf8proc_int32_tExpand description
Given a codepoint c, return the codepoint of the corresponding
lower-case character, if any; otherwise (if there is no lower-case
variant, or if c is not a valid codepoint) return c.