Function windows::Win32::UI::WindowsAndMessaging::LoadMenuW

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