pub unsafe extern "C" fn jsc_context_push_exception_handler(
    context: *mut JSCContext,
    handler: JSCExceptionHandler,
    user_data: gpointer,
    destroy_notify: GDestroyNotify
)