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