pub unsafe extern "C" fn jsc_value_object_set_property(
    value: *mut JSCValue,
    name: *const c_char,
    property: *mut JSCValue
)