Macro wedpr_ffi_macros::c_safe_return_with_error_value[][src]

macro_rules! c_safe_return_with_error_value {
    ($result:expr, $error_value:expr) => { ... };
}

Returns C data, and returns a specified error value if any exception occurred.