Function sentry_contrib_native_sys::value_get_by_index[][src]

pub unsafe extern "C" fn value_get_by_index(value: Value, index: usize) -> Value

Looks up a value in a list by index. If missing a null value is returned. The returned value is borrowed.