pub unsafe extern "system" fn DwmGetWindowAttribute(
    hwnd: HWND,
    dwattribute: DWMWINDOWATTRIBUTE,
    pvattribute: *mut c_void,
    cbattribute: u32
) -> HRESULT
Expand description

Required features: "Win32_Graphics_Dwm", "Win32_Foundation"