pub unsafe fn HiliteMenuItem<P0, P1>(
    hwnd: P0,
    hmenu: P1,
    uidhiliteitem: u32,
    uhilite: u32
) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<HMENU>,