pub unsafe fn JS_IsIdentifier(
    cx: *mut JSContext,
    str_: HandleString<'_>,
    isIdentifier: *mut bool
) -> bool