pub type LLVMOrcErrorReporterFunction = extern "C" fn(Ctx: *mut c_void, Err: LLVMErrorRef);
Expand description
Error reporter function.
pub type LLVMOrcErrorReporterFunction = extern "C" fn(Ctx: *mut c_void, Err: LLVMErrorRef);
Error reporter function.