Function LLVMOrcExecutionSessionSetErrorReporter

Source
#[no_mangle]
pub extern "C" fn LLVMOrcExecutionSessionSetErrorReporter(
    ES: LLVMOrcExecutionSessionRef,
    ReportError: LLVMOrcErrorReporterFunction,
    Ctx: *mut c_void,
)