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