macro_rules! throw_validation_failure {
    ($where:expr, { $( $what_fmt:tt )* } $( expected { $( $expected_fmt:tt )* } )?) => { ... };
}