macro_rules! nih_debug_assert_failure {
    () => { ... };
    ($format:expr $(, $($args:tt)*)?) => { ... };
}
Expand description

An unconditional debug assertion failure, for if the condition has already been checked elsewhere. See nih_debug_assert!() for more information.