pub unsafe fn JS_StringToId(
    cx: *mut JSContext,
    s: HandleString<'_>,
    idp: &mut MutableHandleId<'_>
) -> bool