pub unsafe extern "C" fn dr_free_module_data(data: *mut module_data_t)Expand description
Frees a module_data_t returned by dr_module_iterator_next(), dr_lookup_module(), dr_lookup_module_by_name(), or dr_copy_module_data(). \note Should NOT be used with a module_data_t obtained as part of a module load or unload event.