pub unsafe extern "C" fn dr_symbol_import_iterator_next(
iter: *mut dr_symbol_import_iterator_t,
) -> *mut dr_symbol_import_tExpand description
Returns the next imported symbol. The returned pointer is valid until the next call to dr_symbol_import_iterator_next() or dr_symbol_import_iterator_stop().