pub unsafe extern "C" fn jsc_value_object_define_property_data(
    value: *mut JSCValue,
    property_name: *const c_char,
    flags: JSCValuePropertyFlags,
    property_value: *mut JSCValue
)