windows::Win32::UI::WindowsAndMessaging

Function SetLayeredWindowAttributes

pub unsafe fn SetLayeredWindowAttributes(
    hwnd: HWND,
    crkey: COLORREF,
    balpha: u8,
    dwflags: LAYERED_WINDOW_ATTRIBUTES_FLAGS,
) -> Result<()>