pub unsafe fn AdjustWindowRectEx<P0>(
    lprect: *mut RECT,
    dwstyle: WINDOW_STYLE,
    bmenu: P0,
    dwexstyle: WINDOW_EX_STYLE
) -> Result<()>
where P0: IntoParam<BOOL>,