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