pub unsafe extern "system" fn SetLayeredWindowAttributes(
    hwnd: HWND,
    crkey: COLORREF,
    balpha: u8,
    dwflags: LAYERED_WINDOW_ATTRIBUTES_FLAGS
) -> BOOL
Expand description

Required features: "Win32_Foundation"