pub unsafe extern "C" fn LLVMContextSetDiagnosticHandler(
C: LLVMContextRef,
Handler: LLVMDiagnosticHandler,
DiagnosticContext: *mut c_void,
)Expand description
Set the diagnostic handler for this context.
pub unsafe extern "C" fn LLVMContextSetDiagnosticHandler(
C: LLVMContextRef,
Handler: LLVMDiagnosticHandler,
DiagnosticContext: *mut c_void,
)Set the diagnostic handler for this context.