Type Alias llvm_sys::LLVMDiagnosticHandler
source · pub type LLVMDiagnosticHandler = Option<extern "C" fn(arg1: LLVMDiagnosticInfoRef, arg2: *mut c_void)>;
Aliased Type§
enum LLVMDiagnosticHandler {
None,
Some(extern "C" fn(_: *mut LLVMDiagnosticInfo, _: *mut c_void)),
}