pub unsafe fn UserUnInstStubWrapperA<P0, P1, P2>(
    hwnd: P0,
    hinstance: P1,
    pszparms: P2,
    nshow: i32,
) -> Result<()>
where P0: Param<HWND>, P1: Param<HINSTANCE>, P2: Param<PCSTR>,