pub type ValidateFn<T> = Box<dyn Fn(&T) -> bool + Send + Sync>;
pub struct ValidateFn<T>(/* private fields */);