pub unsafe extern "C" fn JS_ReportErrorNumberLatin1VA(
    cx: *mut JSContext,
    errorCallback: JSErrorCallback,
    userRef: *mut c_void,
    errorNumber: c_uint,
    ap: *mut __va_list_tag
)