Macro bindgen::extra_assert [] [src]

macro_rules! extra_assert {
    ( $cond:expr ) => { ... };
    ( $cond:expr , $( $arg:tt )+ ) => { ... };
}