pub unsafe fn LoadMenuW<P0, P1>(hinstance: P0, lpmenuname: P1) -> Result<HMENU>where P0: Param<HINSTANCE>, P1: Param<PCWSTR>,