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

A debug_assert_ne!() analogue that prints the error with line number information instead of panicking. See nih_debug_assert!() for more information.