windows::Win32::System::Diagnostics::Debug

Function SymFindDebugInfoFileW

pub unsafe fn SymFindDebugInfoFileW<P1>(
    hprocess: HANDLE,
    filename: P1,
    debugfilepath: PWSTR,
    callback: PFIND_DEBUG_FILE_CALLBACKW,
    callerdata: Option<*const c_void>,
) -> Result<HANDLE>
where P1: Param<PCWSTR>,