pub unsafe fn MenuItemFromPoint<P0, P1>(
    hwnd: P0,
    hmenu: P1,
    ptscreen: POINT
) -> i32
where P0: IntoParam<HWND>, P1: IntoParam<HMENU>,