Function windows::Win32::System::Diagnostics::Debug::FindDebugInfoFileExW
pub unsafe fn FindDebugInfoFileExW<P0, P1>(
filename: P0,
symbolpath: P1,
debugfilepath: PWSTR,
callback: PFIND_DEBUG_FILE_CALLBACKW,
callerdata: Option<*const c_void>,
) -> Result<HANDLE>where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,