pub unsafe fn GetMenuState<P0>(
    hmenu: P0,
    uid: u32,
    uflags: MENU_ITEM_FLAGS
) -> u32
where P0: IntoParam<HMENU>,