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.