[][src]Function sentry_contrib_native_sys::value_get_by_key_owned

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

Looks up a value in a map by key. If missing a null value is returned. The returned value is owned.

If the caller no longer needs the value it must be released with sentry_value_decref.