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

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"