macro_rules! throw_validation_failure {
    ($where:expr, $kind: expr) => { ... };
}