pub unsafe fn TrackPopupMenu<P0, P1>(
    hmenu: P0,
    uflags: TRACK_POPUP_MENU_FLAGS,
    x: i32,
    y: i32,
    nreserved: i32,
    hwnd: P1,
    prcrect: Option<*const RECT>
) -> BOOL
where P0: IntoParam<HMENU>, P1: IntoParam<HWND>,