Function sentry_contrib_native_sys::value_set_by_key[][src]

pub unsafe extern "C" fn value_set_by_key(
    value: Value,
    k: *const c_char,
    v: Value
) -> c_int

Sets a key to a value in the map.

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