Function sentry_contrib_native_sys::get_modules_list
source · [−]pub unsafe extern "C" fn get_modules_list() -> Value
Expand description
This will lazily load and cache a list of all the loaded libraries.
Returns a new reference to an immutable, frozen list. The reference must
be released with sentry_value_decref
.