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