pub unsafe extern "C" fn JS_AddWeakPointerZonesCallback(
    cx: *mut JSContext,
    cb: JSWeakPointerZonesCallback,
    data: *mut c_void
) -> bool