pub unsafe extern "C" fn GenerateModuleList(
ctx: *const WinCtx,
process: *const WinProc,
) -> WinModuleListExpand description
@brief Generate the module list of a process
@param ctx vmread context @param process target process
@return A structure representing all modules loaded by the given process