pub unsafe extern "system" fn GetLayeredWindowAttributes(
    hwnd: HWND,
    pcrkey: *mut COLORREF,
    pbalpha: *mut u8,
    pdwflags: *mut LAYERED_WINDOW_ATTRIBUTES_FLAGS
) -> BOOL
Expand description

Required features: "Win32_Foundation"