pub unsafe extern "C" fn JS_AlreadyHasOwnPropertyById(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    foundp: *mut bool
) -> bool