Function windows::Win32::System::Diagnostics::Debug::SymFindDebugInfoFileW

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