fn preprocess(input: &str) -> (bool, Cow<'_, str>)
Preprocesses addresses to ensure they are correctly checksummed and returns whether the input only contained trivia (comments, whitespace).