Function windows::Win32::System::Diagnostics::Debug::SymFindDebugInfoFile
pub unsafe fn SymFindDebugInfoFile<P0, P1>(
hprocess: P0,
filename: P1,
debugfilepath: PSTR,
callback: PFIND_DEBUG_FILE_CALLBACK,
callerdata: Option<*const c_void>,
) -> Result<HANDLE>where
P0: Param<HANDLE>,
P1: Param<PCSTR>,