pub unsafe fn AddDelBackupEntryA<P0, P1, P2>(
    lpcszfilelist: P0,
    lpcszbackupdir: P1,
    lpcszbasename: P2,
    dwflags: u32
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>,