jit_exception_set_handler

Function jit_exception_set_handler 

Source
pub unsafe extern "C" fn jit_exception_set_handler(
    handler: jit_exception_func,
) -> jit_exception_func
Expand description

Set the builtin exception handler for the current thread. Returns the previous exception handler.