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

Function SymFindExecutableImage

pub unsafe fn SymFindExecutableImage<P1>(
    hprocess: HANDLE,
    filename: P1,
    imagefilepath: PSTR,
    callback: PFIND_EXE_FILE_CALLBACK,
    callerdata: *const c_void,
) -> Result<HANDLE>
where P1: Param<PCSTR>,