pub unsafe fn ShellAboutW<P1, P2>( hwnd: Option<HWND>, szapp: P1, szotherstuff: P2, hicon: Option<HICON>, ) -> i32where P1: Param<PCWSTR>, P2: Param<PCWSTR>,