pub unsafe fn RUST_INTERNED_STRING_TO_JSID(
    cx: *mut JSContext,
    str_: *mut JSString,
    id: &mut MutableHandleId<'_>
)