pub fn validate_credit_card<T>(card: T) -> bool
where T: AsRef<str>,