pub fn is_horizontal_whitespace(c: char) -> bool
True if c is considered horizontal whitespace according to Rust language definition.
c