Function windows::Win32::System::Diagnostics::Debug::SymEnumerateModules64

pub unsafe fn SymEnumerateModules64<P0>(
    hprocess: P0,
    enummodulescallback: PSYM_ENUMMODULES_CALLBACK64,
    usercontext: Option<*const c_void>,
) -> Result<()>
where P0: Param<HANDLE>,