pub unsafe fn SetupBackupErrorW<P0, P1, P2, P3>(
    hwndparent: P0,
    dialogtitle: P1,
    sourcefile: P2,
    targetfile: P3,
    win32errorcode: u32,
    style: u32,
) -> u32
where P0: Param<HWND>, P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,