pub unsafe extern "C" fn JS_DefinePropertyById6(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    value: Handle<*mut JSString>,
    attrs: u32
) -> bool