pub fn is_valid_mark_name(c: char) -> bool
True iff c is a valid mark name (ASCII lowercase letter or ASCII digit).
c