pub unsafe fn UserUnInstStubWrapperW<P0, P1, P2>(
    hwnd: P0,
    hinstance: P1,
    pszparms: P2,
    nshow: i32
) -> Result<()>
where P0: IntoParam<HWND>, P1: IntoParam<HINSTANCE>, P2: IntoParam<PCWSTR>,