pub type ValidateFn = Box<dyn Fn(&str) -> Option<String> + Send + Sync>;
Validation function type.
pub struct ValidateFn(/* private fields */);