[][src]Function vmread_sys::GetModuleInfo

pub unsafe extern "C" fn GetModuleInfo(
    list: WinModuleList,
    moduleName: *const c_char
) -> *const WinModule

@brief Find the module by a given name

@param list list to perform search in @param moduleName target module name

@return A pointer to the found module information, @c NULL if not found