pub type ArgValidator = Box<dyn Fn(&str) -> Result<(), &'static str>>;
pub struct ArgValidator(/* private fields */);