wasmer_c_api
macro_rules! c_try { ($expr:expr; otherwise $return:expr) => { ... }; ($expr:expr) => { ... }; ($expr:expr, $e:expr) => { ... }; }