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

Function SymFindDebugInfoFile

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