pub unsafe fn SetupDeleteErrorW<P1, P2>( hwndparent: HWND, dialogtitle: P1, file: P2, win32errorcode: u32, style: u32, ) -> u32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,