pub unsafe extern "C" fn jit_exception_set_handler(
handler: jit_exception_func,
) -> jit_exception_funcExpand description
Set the builtin exception handler for the current thread. Returns the previous exception handler.
pub unsafe extern "C" fn jit_exception_set_handler(
handler: jit_exception_func,
) -> jit_exception_funcSet the builtin exception handler for the current thread. Returns the previous exception handler.