pub unsafe fn GetSystemMenu<P0, P1>(hwnd: P0, brevert: P1) -> HMENU
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,