pub unsafe fn SetMenu<P0, P1>(hwnd: P0, hmenu: P1) -> Result<()>where P0: Param<HWND>, P1: Param<HMENU>,