pub unsafe extern "system" fn SetWindowThemeAttribute(
    hwnd: HWND,
    eattribute: WINDOWTHEMEATTRIBUTETYPE,
    pvattribute: *const c_void,
    cbattribute: u32
) -> HRESULT
Expand description

Required features: "Win32_Foundation"