pub unsafe extern "system" fn FindWindowExW(
    hwndparent: HWND,
    hwndchildafter: HWND,
    lpszclass: PCWSTR,
    lpszwindow: PCWSTR
) -> HWND
Expand description

Required features: "Win32_UI_WindowsAndMessaging", "Win32_Foundation"