pub unsafe extern "C" fn jsc_value_object_set_property_at_index(
    value: *mut JSCValue,
    index: c_uint,
    property: *mut JSCValue
)