LLVMContextSetDiagnosticHandler

Function LLVMContextSetDiagnosticHandler 

Source
#[unsafe(no_mangle)]
pub extern "C" fn LLVMContextSetDiagnosticHandler(
    C: LLVMContextRef,
    Handler: LLVMDiagnosticHandler,
    DiagnosticContext: *mut c_void,
)