pub unsafe fn FileSaveRestoreOnINFA<P0, P1, P2, P3, P4, P5>(
    hwnd: P0,
    psztitle: P1,
    pszinf: P2,
    pszsection: P3,
    pszbackupdir: P4,
    pszbasebackupfile: P5,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>, P4: IntoParam<PCSTR>, P5: IntoParam<PCSTR>,