[][src]Function vmread_sys_kmod::GetModuleInfo

pub unsafe extern "C" fn GetModuleInfo(
    list: WinModuleList,
    moduleName: *const i8
) -> *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