Macro mentat_ffi::assert_not_null [] [src]

macro_rules! assert_not_null {
    ($($e:expr),+ $(,)*) => { ... };
}

Helper macro for asserting one or more pointers are not null at the same time.