pub unsafe fn ShowHideMenuCtl<P0>(
    hwnd: P0,
    uflags: usize,
    lpinfo: *const i32
) -> BOOL
where P0: IntoParam<HWND>,