Function LLVMContextSetDiagnosticHandler

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