pub unsafe extern "system" fn AdjustWindowRectEx(
    lprect: *mut RECT,
    dwstyle: WINDOW_STYLE,
    bmenu: BOOL,
    dwexstyle: WINDOW_EX_STYLE
) -> BOOL
Expand description

Required features: "Win32_Foundation"