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