Function sentry_contrib_native_sys::value_append[][src]

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

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.