pub fn count_first_whitespace_characters(input: &str) -> usize
Counts the first whitespace characters of a string.