pub unsafe fn TrackPopupMenuEx<P0, P1>(
    hmenu: P0,
    uflags: u32,
    x: i32,
    y: i32,
    hwnd: P1,
    lptpm: Option<*const TPMPARAMS>
) -> BOOL
where P0: IntoParam<HMENU>, P1: IntoParam<HWND>,