pub type ValidateFn<T> = fn(&mut T) -> ValidationResult;
Signature of function to validate config entity