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