pub fn validate_name_id<F>( name_validator: F, s: &str, ) -> Result<String, &'static str>where F: Fn(&str) -> Result<String, &'static str>,
The arg can be any of: