pub unsafe extern "C" fn SetWeakMapEntry(
    cx: *mut JSContext,
    mapObj: HandleObject,
    key: HandleObject,
    val: HandleValue
) -> bool