Macro librocksdb_sys::ffi_try[][src]

macro_rules! ffi_try {
    ($func:ident($($arg:expr),+)) => { ... };
    ($func:ident()) => { ... };
}