pub unsafe fn SetWeakMapEntry(
    cx: *mut JSContext,
    mapObj: HandleObject<'_>,
    key: HandleObject<'_>,
    val: HandleValue<'_>
) -> bool