pub unsafe fn JS_ForwardGetPropertyTo(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    receiver: Handle<'_, Value>,
    vp: MutableHandleValue<'_>
) -> bool