pub fn format_cpf(cpf: &str) -> Option<String>
Formats as ###.###.###-##, or None if not 11 digits.
###.###.###-##
None