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