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