dr_module_import_iterator_hasnext

Function dr_module_import_iterator_hasnext 

Source
pub unsafe extern "C" fn dr_module_import_iterator_hasnext(
    iter: *mut dr_module_import_iterator_t,
) -> bool_
Expand description

Returns true if there is another module import in the iterator.

\note ELF does not import directly from other modules.