pub unsafe fn JS_CopyOwnPropertiesAndPrivateFields(
    cx: *mut JSContext,
    target: HandleObject<'_>,
    obj: HandleObject<'_>
) -> bool