pub unsafe extern "C" fn jsc_exception_new_with_name(
    context: *mut JSCContext,
    name: *const c_char,
    message: *const c_char
) -> *mut JSCException