pub unsafe extern "C" fn jsc_context_throw_with_name(
    context: *mut JSCContext,
    error_name: *const c_char,
    error_message: *const c_char
)