pub unsafe fn SetupBackupErrorA<P0, P1, P2, P3>(
    hwndparent: P0,
    dialogtitle: P1,
    sourcefile: P2,
    targetfile: P3,
    win32errorcode: u32,
    style: u32
) -> u32
where P0: IntoParam<HWND>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,