Function inkwell::support::error_handling::install_fatal_error_handler

source ยท
pub unsafe fn install_fatal_error_handler(
    handler: extern "C" fn(_: *const c_char),
)
Expand description

Installs an error handler to be called before LLVM exits.