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

Function SymSrvGetFileIndexString

pub unsafe fn SymSrvGetFileIndexString<P1, P2>(
    hprocess: HANDLE,
    srvpath: P1,
    file: P2,
    index: &mut [u8],
    flags: u32,
) -> Result<()>
where P1: Param<PCSTR>, P2: Param<PCSTR>,