pub fn mask(s: &str, mask_char: char, index: usize) -> String
Mask characters from index onward with the given character.
index