pub fn format_cep(cep: &str) -> Option<String>
Formats as #####-###, or None if not 8 digits.
#####-###
None