Macro ffi_helpers::export_error_handling_functions [] [src]

macro_rules! export_error_handling_functions {
    () => { ... };
}

As a workaround for rust-lang/rust#6342, you can use this macro to make sure the symbols for ffi_helpers's error handling are correctly exported in your cdylib.