pub(crate) fn lower_ascii_letter(c: char) -> Option<char>
If c is an ASCII letter, return the corresponding lowercase letter, otherwise None.
c