pub unsafe extern "C" fn value_append(value: Value, v: Value) -> c_int
Expand description

Appends a value to a list. This moves the ownership of the value into the list. The caller does not have to call sentry_value_decref on it.