pub unsafe extern "C" fn fdf_env_get_all_dispatchers_dump(
out_entries: *mut *mut fdf_dispatcher_dump_entry_t,
out_count: *mut usize,
)Expand description
Retrieves structured runtime diagnostic dumps for all dispatchers currently tracked by the driver runtime environment.
The caller must free the returned array using |fdf_env_free_all_dispatchers_dump|.