pub fn to_lower(c: char) -> char
Given a codepoint c, return the codepoint of the corresponding lower-case character, if any.
c
Otherwise (if there is no lower-case variant), return c.