pub unsafe extern "C" fn LLVMContextGetDiagnosticHandler(
C: *mut LLVMContext,
) -> Option<extern "C" fn(*mut LLVMDiagnosticInfo, *mut c_void)>
Expand description
Get the diagnostic handler of this context.
pub unsafe extern "C" fn LLVMContextGetDiagnosticHandler(
C: *mut LLVMContext,
) -> Option<extern "C" fn(*mut LLVMDiagnosticInfo, *mut c_void)>
Get the diagnostic handler of this context.