Function windows::Win32::UI::WindowsAndMessaging::AdjustWindowRect
pub unsafe fn AdjustWindowRect<P0>(
lprect: *mut RECT,
dwstyle: WINDOW_STYLE,
bmenu: P0,
) -> Result<()>where
P0: Param<BOOL>,